Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #341316

    Gday Enfold support

    I’d like to reduce the block area of the main navigation height (header logo left, menu right) so that I can have a thinner strip of navigation, while retaining the original header height.

    I have this videocast to show what I mean: http://screencast.com/t/kk3Do25a0

    Thanks for any help you can provide me…much appreciated.

    cheers

    Darryl

    #342022

    Hey itchybrain!

    Thank you for using Enfold.

    You can start with this on Quick CSS or custom.css:

    .html_header_top.html_main_nav_header .main_menu ul:first-child > li > a {
    height: 25px !important;
    line-height: 25px !important;
    }

    Adjust the vertical position of the main menu with this:

    .avia-menu.av-main-nav-wrap {
    top: 35px;
    position: relative;
    }

    Regards,
    Ismael

    #342547

    Fantastic Ismael, that worked perfectly, and will really help me to create more differentiation in the header areas…much appreciated.

    cheers

    Darryl

Viewing 3 posts - 1 through 3 (of 3 total)
  • The topic ‘Reducing the block area of main navigation height (header logo left, menu right)’ is closed to new replies.