aligncenter class [Solved]
Hi,
im trying tru the visual composer set 5 columns with images inside, i set the aligment on center, and i can see that it took the aligncenter class, but the image dont align, it keep the left side, if i change to right, it works, seems like only fails with center.
It is in a clean section and we didnt overwrite any class (yet).
The aligncenter seems fine:
.aligncenter {
display: block;
margin: 0 auto !important;
text-align: center;
}
display block its overwrite by:
.image_frame.inline-block {
display: inline-block;
max-width: 100%;
}
But i dont think that this will be the problem.
Any suggestions?
Thank you.
Comments
we know about this issue. This would be fixed with next theme update. However, at this moment, you can fix it with the following css: