-
AuthorPosts
-
October 20, 2019 at 6:08 pm #1149642
Hello,
My header remains wide. My logo and menu are too far apart.
Please help
Regards Hans
- This topic was modified 5 years, 1 month ago by hansblancke.
October 21, 2019 at 4:54 am #1149701Hey hansblancke,
Please try the following in Quick CSS under Enfold->General Styling:
.html_header_top #top .av_header_stretch .container { width: 87%; }
Best regards,
RikardOctober 21, 2019 at 8:54 am #1149739Hello, Rikard
Thanks but if you make the page smaller or larger, the top of the page will move very strange.
Please help,
Hans
October 21, 2019 at 10:14 am #1149771This reply has been marked as private.October 21, 2019 at 10:32 am #1149781Hi hansblancke,
Try using this code wrapped in the media query:
@media only screen and (min-width: 1300px) { .html_header_top #top .av_header_stretch .container { width: 1220px; } }
Best regards,
VictoriaOctober 21, 2019 at 11:08 am #1149802I works, thanks Victoria!
October 22, 2019 at 3:35 am #1150012Hi,
Great, I’m glad that you got it working. Please let us know if you should need any further help on the topic or if we can close it.
Best regards,
RikardOctober 29, 2019 at 1:36 pm #1152053Thank you for helping.
I have another question. How can I make the burger menu appear earlier. Now the menu appears in my logo.
Regards Hans Blancke
October 30, 2019 at 2:32 pm #1152347Hi hansblancke,
Here is the code you can put in Enfold > General Styling > Quick Css, if it does not work, put into themes/enfold/css/custom.css
@media only screen and (max-width: 479px) { .responsive #top .logo { width: 70%; } }
If you need further assistance please let us know.
Best regards,
VictoriaOctober 30, 2019 at 6:06 pm #1152442Hello Victoria,
Sorry it does not work. I don’t want my logo to get smaller, but rather that the normal menu is taken over by the Hamburger menu. Now the Hamburgermenu come in by 769 px, I want 990px.
Thanks,
Hans
October 30, 2019 at 7:08 pm #1152479October 30, 2019 at 10:27 pm #1152538Oke thanks !
October 31, 2019 at 12:21 am #1152570Hi,
Did you need additional help or shall we close this topic?
Best regards,
Jordan ShannonOctober 31, 2019 at 9:53 am #1152635I think you can close.
Thanks!
November 1, 2019 at 7:09 am #1152941 -
AuthorPosts
- The topic ‘logo and menu are too far apart.’ is closed to new replies.