hi enfold-team,
with firefox (42.0 / mac, cache refreshed) the white ballspeaker-image is not centered: https://mo-sound.com/de/
– here is a screenshot: https://mo-sound.com/not-centered.png
with chrome and safari everything is ok.
it is just the same effect when i erase the child-theme CSS.
what can i do?
Hi xianeK!
Please try adding following code to Quick CSS in Enfold theme options under General Styling tab
.avia-mozilla a img, .avia-mozilla img { width: 100%; }
Regards,
Yigit
no. sorry
now ist the picture 100% sized in the browser: https://mo-sound.com/not-the-right-size.png
i would wish that centered images are properly displayed with firefox.
thanks xiane
I tried it without any custom CSS: same issue. Ist this only in my system or a general Enfold/Firefox-Problem?
Hey!
Please use following code instead
.avia-mozilla .avia-image-container-inner img {
margin: auto !important;
}
Regards,
Yigit
Hi Yigit, this was the solution. Thank you.