Hi,
I selected images to be centred but on firefox these are all the way to the right. Why does this happen?
Thank you,
Jonathan
Hey!
There is an invisible hr element before the img, adding this CSS will fix it:
.avia-image-container {
display: block;
clear: both;
}
Regards,
Josue
Worked, thank you. Will this have a negative impact on any other part of the site and in any other browser?
I don’t think so, however if it does, please let us know, so we can look for another solution :)
Regards,
Josue
Ok, great thanks. Seems to be fine. This actually also cleared up another issue that was being discussed here: https://kriesi.at/support/topic/whitespace-above-image/
Feel free to close!
Best,
Jonathan
Excellent Jonathan, closed.
Best regards,
Josue