Tagged: center menu
-
AuthorPosts
-
May 25, 2017 at 7:46 pm #799749
Hi, I have tried to remove the logo from the “center logo, menu below” configuration without any luck. I looked through the support forum and found different solutions yet none of them work. Here is what I’m currently using:
.logo img { display: none; }
#header_main > .container {
display: none;
}.html_header_top.html_header_sticky.html_bottom_nav_header #main {
padding-top: 50px !important;
}Is there a way to remove the logo completely and have the navigation menu centered, tight to the top of the page without a gap?
May 25, 2017 at 7:58 pm #799754Hey Snerp,
On which website are you trying to do this, please?
Best regards,
SarahMay 25, 2017 at 8:15 pm #799768on a development website using Enfold
May 25, 2017 at 8:48 pm #799785Hi,
Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child theme’s style.css file:
.container.av-logo-container { display: none; } .html_header_top.html_header_topbar_active.html_header_sticky.html_bottom_nav_header #top #main { padding-top: 87px; }
If that does not help, please post a link to your website as Sarah asked :)
Best regards,
YigitMay 25, 2017 at 8:56 pm #799789May 26, 2017 at 3:31 am #799940Hi,
Is your goal to remove the white space above your menu bar so it is at the top of the screen?Best regards,
MikeMay 26, 2017 at 4:18 pm #800213Yes that is my goal
May 26, 2017 at 4:40 pm #800241Hi,
Code i posted actually should have removed that whitespace. Can you please create a temporary admin login and post it here privately so we can look into it ?
Best regards,
YigitMay 26, 2017 at 9:20 pm #800384Hi Yigit,
I’ve been playing around with this and currently have the menu set up as “center menu above, logo below”
I’ve included the login info
May 27, 2017 at 6:02 pm #800586Hi Snerp,
I am seeing the whitespace below the menu now. This code
.container.av-logo-container { display: none; }
or this code will remove it:
.html_top_nav_header .av-logo-container { height: 0px; }
If you need further assistance please let us know.
Best regards,
VictoriaMay 28, 2017 at 7:26 pm #800877Hi Victoria thanks for the help but neither worked :(
May 29, 2017 at 4:46 am #800930Hi! I tried editing your Quick CSS and your child theme’s style.css, but none of my changes take effect. This is usually caused by a caching plugin or a caching service in your web host. Please clear your cache or ask your web host for help so you can see the changes.
I have added Yigit’s code in your child theme’s style.css. It should do what you’re trying to do, once the cache is cleared.
Best regards,
Sarah -
AuthorPosts
- You must be logged in to reply to this topic.