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

    Hi guys my site http://www.brionesauto.com.ar/ in movile vertical view there are 4 photos that are not centered

    you can check what ai mean here http://tambali.com.ar/DSC_0501.JPG

    Also whe i see it in mobile using chrome the site behaves well

    but whe i use firefox loads pretty odd leaving one of the background pictures ocuping all the screen, and with layers and collors mising in several elements.
    This only happens in mobile, desktop version is OK

    thanks for your help

    #513238

    Hi smorrone!

    firefox mobile is not supported due to little demand. You can make a feature request for it here: kriesi.at/support/enfold-feature-requests/

    Cheers!
    Andy

    #513800

    Ok thanks for the info about firefox mobile.
    But can you gave me a hand about how to center de photos in vertical view in mobile, using supported browsers please?

    Thnx!

    #513842

    Hi!

    try this code inside your Quick CSS field:

    @media only screen and (max-width: 767px) {
    .avia-image-container.avia-align-right {
    margin-left: 0px;
    }
    .avia-image-container.avia-align-left {
    margin-right: 0px;
    }}
    

    Best regards,
    Andy

    #513858

    Great thanks!

Viewing 5 posts - 1 through 5 (of 5 total)
  • The topic ‘images not centered’ is closed to new replies.