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
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
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!
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
Great thanks!