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

    Hi,

    Out of a sudden, the logo in the header of two enfold-based websites is cut off on mobile devices (e.g. iPad).

    Regards,
    Christine

    #1145801

    Hey Bernhard,

    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:990px) and (max-width: 1100px) {
        #top .av_seperator_big_border#header .av-main-nav > li > a {
            padding: 0 0px;
        }
    }
    

    If you need further assistance please let us know.

    Best regards,
    Victoria

    #1145960

    Thank you very much, Victoria.
    Please close the thread.

    Regards,
    Christine

    #1146026

    Hi Christine,

    Great, I’m glad that Victoria could help you out and thanks for the update. Please open a new thread if you should have any further questions or problems.

    Best regards,
    Rikard

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘Logo cut off in menue/header on mobile devices (e.g. iPad)’ is closed to new replies.