Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #531406

    hi,

    we are trying to extend the header’s height to create a space on top of the content, but how do we adjust the menu’s position to the bottom edge of the header?

    http://screencast.com/t/08HRuRSh86

    thank you :)

    #531499

    Hey decode!

    Try adding this to your custom CSS.

    @media screen and (min-width: 767px) { 
    nav.main_menu, .logo {
        transform: translateY(100px) !important;
    }
    }

    Best regards,
    Elliott

    #532300

    hi, Elliott

    thanks, but it doesn’t work, no affect on the menu position, any idea?

    #532414

    Hi,

    Could you provide us with a link to the site in question so that we can take a closer look please?

    Regards,
    Rikard

    #533042

    hi, link is coming~

    thank you :)

    #533456

    Hey!

    Please add following code to Quick CSS as well

    #top #header_main > .container .main_menu ul:first-child > li > a {
        height: 40px!important;
        line-height: 40px!important;
        position: relative;
        top: 170px;
    }

    Please make sure that > sign is not converted to – http://i.imgur.com/IDXRZQ3.png in Quick CSS field.

    Cheers!
    Yigit

    #533931

    it works !! thank you so much :)

    #534039

    Hi!

    You are welcome Decode, glad we could help :)
    Let us know if you have any other questions or issues

    Best regards,
    Yigit

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