Navigation menu container over-extends
Hey,
I’m having a slight problem with the navigation menu container after the first break point is reached for tablet view. It seems as if the navigation menu container extends past the body container. How can I fix it to where it would display properly on an iPhone and iPad?
Thanks for any help you can give!
Rene
This is our free support forum. Replies can take several days.
Need fast email support? Get SiteOrigin Premium
Replies
3Hi Rene
Thanks for reaching out.
The problem lies somewhere in your Custom CSS. If I remove the entire block the issue resolves. I’m not quite sure which rule is causing the problem so you’d need to try removing sections to isolate where the issue is.
To keep your full width/height logo you can use the following set of rules:
/* Full Header Logo - Boxed Layout Bound */ header#masthead { padding: 0 !important; } header#masthead .hgroup { padding: 0 !important; } header#masthead .hgroup .logo img { height: auto; width: 1080px; } header#masthead .hgroup .logo img[style] { padding-top: 0 !important; padding-bottom: 0 !important; } .main-navigation { margin: 0 !important; } body.responsive header#masthead .hgroup .support-text, body.responsive header#masthead .hgroup #header-sidebar { display: none !important; }Hope that helps.
That did it! Thanks for the help Andrew!
Super :) Glad to hear that helped.
All the best.
Replies on this thread are closed.
Please create a new thread if you have a question, or purchase a SiteOrigin Premium license if you need one-on-one email support.