Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #229768

    Hey,
    I am trying to increase the height of my header so the logo displays a bit cleaner.

    I have used the following modification in my quick css:

    #header_main .container, .main_menu ul:first-child > li a {
    height: 160px;
    line-height: 160px;
    }

    You can see the issue here:
    http://hainesrafting.com/

    Thanks for your consideration!

    #229825

    Hi shtumpa!

    Please add following code to Quick CSS as well

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

    Best regards,
    Yigit

    #230273

    Thanks Yigit!

    Is there a way to define the distance between the header menu items and the bottom of the header. Now with the larger header the menu items are right in the middle, which makes for a funny disconnect when the drop down appears. I would like to lower the actual menu items within the header…

    Thanks again!

    #230280

    Hi!

    Please add following code to Quick CSS as well

    .main_menu ul:first-child > li > a { line-height: 250px!important; }
    .header-scrolled .main_menu ul:first-child > li > a { line-height: 80px!important; }

    Best regards,
    Yigit

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.