Visual Composer – How to center image
-
Im trying to center a few images on a page when viewed on an iphone I created with visual composer, but for whatever reason its not working. I had added the class .team-center-img to the container holding the image, and then added the custom css:
.team-center-img {
display: block;
margin: 0 auto;
}
However, when looking at this on a screen under 700px, the images arent centered.Even when I inspect the element, i can see that this is all applied to the image, and nothing is happening. How do i just get the images centered?
The page is thedataface.com/team
- The topic ‘Visual Composer – How to center image’ is closed to new replies.