Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #923459

    Hi!
    See topic #923134. I added this code and indeed now I have a mobile menu in landscape mode on tablet. But the text in this menu is not visible.Only when you scroll down in the menu, the text becomes visible.
    Site: http://www.create-gardendesign.nl/wp
    Is there a way to fix this?
    Thanks!
    Martine

    #923675

    Hey famewebdesign,

    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 (min-width: 1024px) and (max-width: 1100px) {
      .html_av-overlay-side-classic #av-burger-menu-ul {
        padding: 100px 0px !important;
      }
    }
    

    If you need further assistance please let us know.

    Best regards,
    Victoria

    #923690

    Thank you Victoria!

    #923748

    Hi famewebdesign,

    Glad we could help :)

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

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