-
AuthorPosts
-
May 2, 2023 at 3:51 pm #1406196
Hello Support!
I have the issue on the mobile view, that the heater is overlaying my burger menu. It looks very good on big screen and would know why.The second questions is if i can Add “Menu” text to hamburger icon (mobile menu icon). Some of my visitors don´t know that they have to press the icon.
The third question. The background color when the burger menu are pressed are not in center with the icon. Is there any change to adjust or hide the background color?
Thanks a lot for your help
AndreasMay 3, 2023 at 5:58 am #1406297Hey alliansohog,
Thank you for the inquiry.
Adding this css code should make the mobile menu text visible and place it to the right of the mobile menu icon.
#top .avia_hidden_link_text { display: block; position: absolute; top: 2px; left: 60px; }
Please make sure to toggle or temporarily disable the Enfold > Performance > File Compression settings after adding the css.
Best regards,
IsmaelMay 3, 2023 at 9:13 am #1406312Hello Ismael!
Thanks for the help with the Menu text. Another question. My wordpress and webside language are in Swedisch. Is there any change to change the English word “Menu” to Swedish “Meny”?About the other 2 questions in my first post.. Do i have to open seperate posts for them?
Thank you
AndreasMay 3, 2023 at 12:16 pm #1406332Hi,
To remove the background color for the mobile menu icon, try this CSS in your Enfold Theme Options ▸ General Styling ▸ Quick CSS field:#top #header #avia-menu > li.menu-item-avia-special:hover > a { background: transparent !important; }
Please ensure to copy the code from the forum and not an email notification so the symbols are not converted.
After applying the css, please clear your browser cache and check.Best regards,
MikeMay 9, 2023 at 9:21 am #1406852Hello support!
I still have the issue that the first contant section overlays the header heater section on mobil view. It looks good on bigger screen. Can you may explain why? Is this a bug or a normal thing? If so, how can i make ensure that i have the same distance to the heater in mobile and browser view?
Here a screenshot from my mobile view:
https://configurasverige-my.sharepoint.com/:i:/g/personal/andreas_lippmann_configura_com/EQfcInVSd3pNt_J0EZKePMwBnFJxyVHnQUEIfIymnPyE3A?e=l4CwDWThank you for your help
- This reply was modified 1 year, 6 months ago by alliansohog.
May 10, 2023 at 12:51 am #1406950Hi,
Thanks for the screenshot, I couldn’t find the page so I tested a different one.
Try this CSS in your Enfold Theme Options ▸ General Styling ▸ Quick CSS field:@media only screen and (max-width: 767px) { .html_header_top.html_header_sticky #top #wrap_all #main { padding-top: 58px !important; } }
After applying the css, please clear your browser cache and check.
Best regards,
MikeMay 10, 2023 at 11:57 pm #1407058Hello Ismael!
Your suggestion did the trick. Now i see the Menu text with the burger icon.
Now i have the issue that another text shows up i dont want to see:<span class=”avia_hidden_link_text __web-inspector-hide-shortcut__”>Scroll to top</span>
Seems the “scroll to top” have also the same class? like the Menu text.Now i want to know now i can make that i only the the Menu text and not the scroll to top text?
- This reply was modified 1 year, 6 months ago by alliansohog.
May 11, 2023 at 12:22 pm #1407105Hi,
Try changing the css to show the “menu” text to this:#top .av-burger-menu-main .avia_hidden_link_text { display: block; position: absolute; top: 2px; left: 60px; }
After applying the css, please clear your browser cache and check.
Best regards,
MikeMay 11, 2023 at 12:38 pm #1407108Perfekt! Thanks a lot. All solved. You can close this ticket!
Thank you for your help
/AndreasMay 11, 2023 at 5:41 pm #1407136Hi,
Glad we were able to help, if you have any further questions please create a new thread and we will gladly try to help you. Thank you for using Enfold.Best regards,
Mike -
AuthorPosts
- The topic ‘Heater overlays Burger menu’ is closed to new replies.