Viewing 12 posts - 1 through 12 (of 12 total)
  • Author
    Posts
  • #911337

    Hi,
    On a mobile phone my header and mobile menu look like this:

    But I would like to have it like this:

    Would that be possible?

    Chris.

    #911603

    Hey Chris,

    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: 767px) {
      .responsive #top #wrap_all .main_menu {
          top: 62px;
          left: auto;
          right: 40vw;
    
      }
    }
    

    If you need further assistance please let us know.
    Best regards,
    Victoria

    #911871

    Hi Victoria,

    Thank you very mutch, works great!!
    Would it be possible to add the word “MENU” after the icon?

    Chris.

    #912004

    Hi Chris,

    Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child theme’s style.css file:

    li.av-burger-menu-main a:after {
        content: "Menu";
        display: block;
        line-height: 0px;
    }
    

    Best regards,
    Yigit

    #912431

    Hi Yigit,

    I tried the code in Quick CSS and in style.css but no text appears behind the menu icon.

    Chris.

    #912638

    Hi Chris,

    Please send us a temporary admin login and login URL so that we can have a closer look. You can post the details in the Private Content section of your reply.

    Best regards,
    Rikard

    #912835

    Admin login and login URL.

    #913252

    Hi,

    I added following code to bottom of Quick CSS field

    .av-hamburger strong {
        display: block;
    }

    Please review your website :)

    Best regards,
    Yigit

    #913352

    Sorry, but I removed te code. I want the text after the icon not under the icon.
    If this is not possible I leave it this way.

    Chris.

    #913537

    Hi Chris,

    I tried some different solution yesterday but I couldn’t make it look nice unfortunately. If you are ok with leaving the menu like it is then I think your users will understand that the mobile menu is accessible via that icon, it has become web standard more or less.

    Best regards,
    Rikard

    #913607

    Hi Rikard,

    Thanks you very much for trying, I like it this way too.

    Chris.

    #913866

    Hi Chris,

    Glad we could help :)

    If you need further assistance please let us know.
    Best regards,
    Victoria

Viewing 12 posts - 1 through 12 (of 12 total)
  • You must be logged in to reply to this topic.