Hi, I have used your Enfold theme to create this website http://www.webmarine.gr & i’ m dealing with the usual issue of the logo overlapping the main menu. As I am quite novice I would like a small code that would allow me to move the main menu under the logo and center the logo in the page.
Thank you in advance.
Peri
Unfortunately this is not easily possible with the fixed header (sticks at the top and re-sizes/scales when the user scrolls down). You can try to use the standard header (which is not fixed) or you can re-size the logo to 250px width and use the fixed header. The necessary css code would be
.logo img {
width: 250px;
}
Hey,
Thanks for the reply, works like a charm! Unfortunately when somebody visits the site from a tablet, if the tablet is in portairt view, the main menu dissappears. Any ideas on that?
Hi,
Please open /js/avis.js and find line 85 that looks like
switchWidth = 767;
and change it to
switchWidth = 989;
Thanks
Nick
I’ve actually been looking into correcting this on my own site, but haven’t gotten around to it yet. I was curious if you might be able to explain the math you do to come up with the right switchWidth value? Or, is this a case of trial and error mostly?
I’m sure it’d be handy for others to have. I know that for me, we’re constantly changing around menus, so I want to make sure I know what I need to tweak each time we do.