Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #369266

    Hello Everyone!

    I have a problem, and I need help yours…

    In my website I have a image without side margins, but this image in mobile mode, stay a big side margin… What’s happening?

    Has some kind of code to solve this?

    Tks and Cheers!

    #369577

    Hi virtualsa!

    Are you referring to the “tres lagoas” image? Try adding this to your custom CSS.

    @media only screen and (max-width: 767px) {
    .avia_image { width: 50% !important; }
    }

    If that’s not it then take a screenshot and highlight what your seeing so we can get a better idea.

    Best regards,
    Elliott

    • This reply was modified 9 years, 11 months ago by Elliott.
    #369750

    Hello Elliot!

    I’m trying paste this code, but not work…
    I’m spending a picture for you to understand what image they want you to be full width in mobile…

    http://43d.f6c.myftpupload.com/wp-content/uploads/2014/12/ask.jpg

    #370049

    Hi!

    Try adding this to your custom CSS.

    @media only screen and (max-width: 767px) {
    .responsive #top #wrap_all .av-flex-cells .no_margin .flex_cell_inner { max-width: 100% !important; width: 100% !important; }
    }

    Or if that is causing weird behaviour then drag a codeblock element to your page and add this inside.

    <style type = "text/css">
    @media only screen and (max-width: 767px) {
    #av-layout-grid-2 .responsive #top #wrap_all .av-flex-cells .no_margin .flex_cell_inner { max-width: 100% !important; width: 100% !important; }
    }
    </style>

    Best regards,
    Elliott

    #370449

    Ohhhhh Now worked!
    Thanks Elliott!

    Chers!

Viewing 5 posts - 1 through 5 (of 5 total)
  • The topic ‘Side margins in Mobile’ is closed to new replies.