-
AuthorPosts
-
November 5, 2015 at 11:50 pm #531255
Hello to all,
after upgrading to the latest version, the menu bar of the header has increased significantly in size than before. I use this kind of header: http://kriesi.at/themes/enfold/homepage/home-v6-classic-4-column/?skin=Splash%20Orange
Is it part of the update? Is there a way to reduce the height through css?
Thank you
Best regards
November 6, 2015 at 5:17 pm #531553Hey oiser!
Send us a link to your page so we can get a better idea of what’s going on. You can set your reply as private if you wish.
Cheers!
ElliottNovember 6, 2015 at 6:11 pm #531610Hi Elliott, thank you!
I sent the link by private content.
November 8, 2015 at 6:32 am #531990Hey!
The menu bar is still 50px tall same as the demo. Could you please provide a screenshot of the issue? If you want to decrease the height, add this in the Quick CSS field:
.html_header_top .av_bottom_nav_header .main_menu ul:first-child > li a { height: 30px; line-height: 30px; } .html_header_top.html_bottom_nav_header .main_menu>div, .html_header_top.html_bottom_nav_header .main_menu ul:first-child { height: 30px; }
Cheers!
IsmaelNovember 8, 2015 at 10:03 pm #532262Hello Elliott,
thanks for the support, but I assure you that the height of the menu bar is increased after the upgrade. I send you a link by private content that documenting the difference.
Css that you sent me works in part, because restores a correct size of the menu bar, but leaves a blank space between the menu and the slider …
:(November 9, 2015 at 7:26 am #532391Hi!
Add this below the css codes we provided above to remove the space above the slider:
.html_header_top.html_header_sticky #top #wrap_all #main { padding-top: 112px; }
Adjust the value if necessary.
Best regards,
IsmaelNovember 9, 2015 at 11:07 am #532468Hi Ismael,
I used the css that you suggested (In addition to the previous css suggested by Elliot): I inserted some pixel values, but the situation doesn’t change.
I enclose an example screenshot by private content.
thanks to all for the support!
November 9, 2015 at 2:57 pm #532619Hey!
Please flush browser cache and refresh your page a few times. It does look fine on my end. Please see screenshot in private content field
Best regards,
YigitNovember 9, 2015 at 5:01 pm #532749I Yigit,
I insert this code:
.html_header_top .av_bottom_nav_header .main_menu ul:first-child > li a {
height: 30px;
line-height: 30px;
}.html_header_top.html_bottom_nav_header .main_menu>div, .html_header_top.html_bottom_nav_header .main_menu ul:first-child {
height: 30px;
}.html_header_top.html_header_sticky #top #wrap_all #main {
padding-top: 112px;
}I flush browser and site cache… but the situation is the same.
Look at the private link:
November 9, 2015 at 5:03 pm #532754Hey!
Please try using following code
.html_header_top.html_header_sticky #top #wrap_all #main { padding-top: 113px !important; }
Cheers!
YigitNovember 9, 2015 at 9:41 pm #532911Perfect!! Now it works fine, like before the update. :)
Thanks a lot!
Cheers
November 10, 2015 at 2:36 pm #533268 -
AuthorPosts
- You must be logged in to reply to this topic.