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

    Hi,
    http://www.idtraveller.com

    I want the full menu to be visible on iPad and mobile, so the menu looks the same as it does on the computer.
    What code shall I add?

    Thanks
    Charlotte

    #951524

    Hey Charlotte,

    I see the whole menu on the size screen of the iPad, you just need to have the logo smaller at 768px.

    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: 989px) and (min-width: 768px) {
        .responsive .logo img {
            width: 64%;
            margin-top: 10px;
        }
    }
    

    If you need further assistance please let us know.

    Best regards,
    Victoria

    #951545

    Thanks :)

    #952048

    Hi,

    Glad we could help :-)

    Please let us know if you should need any further help on the topic or if we can close it.

    Best regards,
    Rikard

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