aligncenter class [Solved]

edited May 2016 in Shortcodes
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

Sign In or Register to comment.