To insert code use <code>...</code>.
Logo
  • Hi

    is it possible to change the height of the holder for the nav-bar and logo? i want to put in a logo but the height of the logo i would like to use is way bigger that the height of the container, So when i put in the logo it falls way down passed the nivo slider is there no way to put padding to the bottom of the logo?
  • 2 Comments sorted by
  • Hi

    It may be a bit difficult, you can adjust the header by the steps below:

    1. Add the css code below in 'Symplex->Custom' to adjust the height of header:
    #menu-logo{
    height:150px ;/*set the value by yourself*/
    }

    2. Adjust the height of the background image of header, the image is named 'logo-menu-overlay-background.png' , and it's in the 'symplex/images' folder.

    3. You can use the css code below to adjust the margin top value of 'logo' and 'main menu':

    #menu-logo .logo{
    margin-top:10px;/*set the value by yourself*/
    }


    #menu-logo nav{
    margin-top:10px;/*set the value by yourself*/
    }
  • Got it worked Thanks
This discussion has been closed.
All Discussions