Tagged: builder, image alignment, layout
Hello Kresi Team,
please look in attached links. When I set image alignment to center it doesn’t work. It always keep left side.
Where is the problem?
Please help.
Hi Jacek!
Try adding this to your custom CSS.
.avia-align-center img {
margin: 0px auto !important;
position: relative;
display: block;
}
Regards,
Elliott
Hey Elliott,
Chrome get it, but on Firefox and new Edge it doesn’t work.
BR
Jacek
Hi!
Switch it to this.
.avia-align-center img, .avia-align-center {
margin: 0px auto !important;
position: relative;
display: block;
}
Best regards,
Elliott
Hi,
it works. Thank You for help!
BR
Jacek