Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #482005

    Servus!

    I have a colour section configured to fullwidth in quick CSS as I found in the forum:

    #ID .container { max-width: 100% !important; padding: 0; margin: 0; }

    And it’s working properly in big screens but not in mobile devices. What can I do to fix this issue?

    Thank you very much in advance!

    PS. Congrats for your awesome theme

    #482638

    Hi Gonzalo,

    I’m guessing it’s the white section with a lot of text? I can’t see any responsive issues with it though, could you post a screenshot of the problem please?

    Best regards,
    Rikard

    #482641

    It’s the first section with the iframe. it’s not full width on mobile devices

    Thanks a lot

    #482666

    Hi!

    Please change your code to following one

    #ID .container { max-width: 100% !important; width: 100% !important; padding: 0 !important; margin: 0 !important; }

    Cheers!
    Yigit

    #482996

    Thank you very much indeed!

    finally I used:

    #mapa .container { max-width: 100% !important; width: 100% !important; padding: 0; margin: 0; }

    this way, menu doesn’t overlap the iframe

    Cheers!

    #483195

    Hi,

    Great, glad you got it fixed :-)

    Cheers!
    Rikard

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