Tagged: 

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

    Hey sqzi,

    Sorry for the late reply. Please try the following in Quick CSS under Enfold->General Styling:

    .av-logo-container {
      width:100% !important;
    }

    Best regards,
    Rikard

    #1090097

    Hi Rikard,

    In the PC mode the logo is perfect
    But in the mobile mode there is stil a gap
    see: https://fotoc.nl/

    I hoop you can help?

    Best Regards,

    Bert van Meteren

    #1090308

    Hi,

    Please try this CSS as well:

    @media only screen and (max-width: 767px) {
    .av-logo-container {
        width: 100% !important;
        max-width: 100% !important;
    }
    }

    Best regards,
    Rikard

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