Shop Categories

X

Max-Width in panoramic mobile view

Home Forums Agama Pro Max-Width in panoramic mobile view

Topic Resolution: Resolved
  • This topic has 3 replies, 2 voices, and was last updated 4 years ago by Zex.
Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #15074
    ISA2019Madrid
    Participant

    Hi Agama Team!
    when the page is seen on a vertical mobile screen view is ok, but turning the screen 90º does not reload the page to 100% of the width and the texts become smaller. I’ve tried changing:
    @media (max-width: 767px) {
    #main-wrapper {
    max-width: 100%;
    }
    }

    But not working… how can I fix it?

    Best,
    Eva

    #15078
    Zex
    Moderator

    Hello,Eva!

    Try to insert the next code instead of yours:

    @media only screen and (max-width: 1200px) and (min-width: 480px)  {
    .footer-widgets .container{
        width:100%!important;
    }
    }

    Please let me know if this helped you.

    Regards

    #15100
    ISA2019Madrid
    Participant

    Hi Zex, it works!

    Very grateful 🙂

    Best,
    Eva

    #15101
    Zex
    Moderator

    Hi,

    I’m glad that the code work…

    Thank you for your feedback!

    Regards

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