Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #1188379

    Hey there, on the following link I created a split menu. The only problem is that the burger menu also get centered when you have a look on a tablet.
    Do you have a solution so that the burger menu will appear on the right?

    Best regards,
    Martijn Koster

    #1188629

    Hey Martijn,

    Can you give us temporary admin access to your website in the private content box below, so that we can have a closer look? Did you add the code to have the burger menu at landscape mode on the tablet?

    Best regards,
    Victoria

    #1188676

    Hey Victoria, thanks for your reaction.
    Looking forward to see what you can do to help,

    Best regards
    Martijn. Koster

    #1188953

    Hi TenMediaNL,

    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: 1024px) {
       #top #header .main_menu {
            width: 10vw;
            left: auto;
            transform: none;
            right: 0;
        }
    }
    

    If you need further assistance please let us know.

    Best regards,
    Victoria

    #1189193

    Hey Victoria. This works!
    Thanks for the support.

    #1189301

    Hi,

    Great, I’m glad that you got things working. Please let us know if you should need any further help on the topic or if we can close it.

    Best regards,
    Rikard

    #1237279
    This reply has been marked as private.
    #1237365

    Hi dmaldonado,

    Can you give us temporary admin access to your website in the private content box below, so that we can have a closer look?

    Best regards,
    Victoria

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