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 :)
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
hi, Elliott
thanks, but it doesn’t work, no affect on the menu position, any idea?
Hi,
Could you provide us with a link to the site in question so that we can take a closer look please?
Regards,
Rikard
hi, link is coming~
thank you :)
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
it works !! thank you so much :)