Okay
  Public Ticket #3675548
Can't find hamburger menu icon on mobile header
Closed

Comments

  •  3
    aeon91 started the conversation

    I've been trying to find the hamburger menu icon on mobile header.

    It appears only when I change from the default layout to the "Centered Menu".
    How can I make it appear on the right side?

    Thank you


    Attached files:  Screenshot_8.jpg

  •  1,875
    Judith replied

    Hi there,

    Thanks for writing to us.

    I see the hamburger menu showing here :

    5712787671.png

    Please confirm whether you were able to resolve this issue.

    I look forward to your response.

  •  3
    aeon91 replied

    This happens when i have the mobile header centered as I wrote.
    I want the default layout which has the hamburger icon on the right. (See screenshot)

    When I enable it the icon disappears.

    Thank you

    Attached files:  Screenshot_8.jpg

  •  1,875
    Judith replied

    Hi there,

    Thanks for writing back.

    To assist you better, we'd love to have a closer look at your setup and to do this, we'll need admin login credentials 

    (dashboard URL, username, password) to your site. This will enable us to conduct a more in-depth investigation of the issue based on your specific configurations. Would you mind sharing this with us? 

    If you prefer, you can safely share the access through a one-time secret note or using an access plugin such as Controlled Admin Access.

    Before you provide this information, we strongly recommend taking a backup of your site.

    If you have any concerns or questions about this process, please don't hesitate to let me know.

    Best regards,


  •  2,958
    Andrew replied

    Hi again,

    Thanks for writing to us.

    To make the changes as requested, you will need to add some custom CSS code. To do this, please follow these steps:

    From your WordPress dashboard, Navigate to Salient > General Settings > CSS/Script Related. In the custom code area, insert the provided CSS snippet:

    @media only screen and (max-width: 999px) {
        #header-outer:not([data-format="centered-menu-bottom-bar"]) #top .span_9 > .slide-out-widget-area-toggle {
            display: inline-block !important;
        }
    }

    Once the code is added, save and refresh the page to see if the change has been applied. In case it helps, please check this section from the documentation on CSS/Script Related. If this does not work as expected or If you have any further questions or need additional assistance, don't hesitate to write back, I'm happy to help. 

    Regards,

  •  3
    aeon91 replied

    It's back, I've used the CSS code.

    Thank you