Viewing 9 posts - 1 through 9 (of 9 total)
  • Author
    Posts
  • #178844

    Screenshot
    Trying to get rid of some of the white space below the top menu and logo.
    Thank you!

    • This topic was modified 10 years, 5 months ago by kylehogan.
    #178849

    Located in here:

    <div id="header_main" class="container_wrap container_wrap_logo">

    #179001

    Hi!

    Can you post the link to your website or tell us which header type you are using?

    Best regards,
    Yigit

    #179102

    Hi Yigit,

    Thank you for the response. This is the header I’m using:
    Fixed Header with Social Icons and Additional Navigation

    #179104
    This reply has been marked as private.
    #179349

    Hey!

    Please edit css > layout.css and look for this code:

    /*header with social icons: */
    .social_header #header_main .container, .social_header .main_menu ul:first-child > li a { height: 116px; line-height: 116px; }

    Adjust the height and the line-height.

    Cheers!
    Ismael

    #179812

    Thank you. The menu moved up but there is still white space. I want it to be equal to the menu.

    #179907

    Hey!

    Please add following code as well

    .fixed_header.social_header #main {
    padding-top: 105px;
    }

    Regards,
    Yigit

    #180321

    Perfect! Thank you for your assistance. :)

Viewing 9 posts - 1 through 9 (of 9 total)
  • The topic ‘How to get rid of blank space below menu and log?’ is closed to new replies.