Tagged: Burger Menu
-
AuthorPosts
-
July 28, 2020 at 8:49 am #1233692
Dear Team,
on my page below the navigation breakpoint on smaller screens / mobile is working, but there is no hamburger menu visible. I tried lots of setting changes, but was not able to get it visible. Current Quick css content pls find below.A help would be great – thx a lot in advance, Tilman
July 30, 2020 at 1:21 pm #1234154Hey Tilman,
Thank you for the inquiry.
This css code hides the container where the main and mobile menu are located.
#header_main > .container { display: none; }Please remove the css code, then toggle the Performance > File Compression settings. You may need to clear the browser cache as well.
Best regards,
IsmaelJuly 30, 2020 at 3:03 pm #1234169thx a lot Ismael,
of course – this has an impact on burger visibility, too… If I delete this CSS syntax the hamburger is fineon the other hand,, there is now a space above the top nav. My aim for the header ist /was: only nav menu (centered), but no logo. My workaround was “logo center, menu below” plus the a.am. css. So my question is now:
-> How do I get the menu towards the upper end of the header area – plus hamburger on mobile?
Would be great to get your hint acc.
thx again & best regards Tilman
August 2, 2020 at 1:14 pm #1234600Hi,
Thanks for the update and clarification. Please try the following in Quick CSS under Enfold->General Styling:
@media only screen and (min-width: 768px) { .av-logo-container { height: 0; line-height: 0; } }Best regards,
Rikard-
This reply was modified 5 years, 3 months ago by
Rikard.
August 2, 2020 at 2:08 pm #1234608Hi,
it did not work, now I’ve simply changed it in the enfold settings towards “menu left, logo right” and that’s fine :-)thx again & cheers, Tilman
August 4, 2020 at 5:18 am #1235033 -
This reply was modified 5 years, 3 months ago by
-
AuthorPosts
- You must be logged in to reply to this topic.
