Mobile images centre
-
Hi I’m on version 2. Love it . But my images that I alligned right or left on the desktop are not in the centre like i want. Resulting in text cramped on the side. I had a CSS added that worked on a previos theme but no luck here..
Do you have a solution for me ???
I used this one on my previous theme
/* center images on mobile screens */
@media screen and (max-width: 719px) {
.entry img {
float: none;
display: block;
margin: 0 auto;
}
}
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘Mobile images centre’ is closed to new replies.