Viewing 10 posts - 1 through 10 (of 10 total)
  • Author
    Posts
  • #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
    Andreas

    #1406297

    Hey 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,
    Ismael

    #1406312

    Hello 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
    Andreas

    #1406332

    Hi,
    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,
    Mike

    #1406852

    Hello 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=l4CwDW

    Thank you for your help

    • This reply was modified 12 months ago by alliansohog.
    #1406950

    Hi,
    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,
    Mike

    #1407058

    Hello 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?

    Screenshot: https://configurasverige-my.sharepoint.com/:i:/g/personal/andreas_lippmann_configura_com/EYmoBvDLkd1IqmTuydUzSy4BtcKW61AJAmH7g26yCIquwA?e=fhfhxp

    • This reply was modified 12 months ago by alliansohog.
    #1407105

    Hi,
    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,
    Mike

    #1407108

    Perfekt! Thanks a lot. All solved. You can close this ticket!
    Thank you for your help
    /Andreas

    #1407136

    Hi,
    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

Viewing 10 posts - 1 through 10 (of 10 total)
  • The topic ‘Heater overlays Burger menu’ is closed to new replies.