-
AuthorPosts
-
marinolab Friend
marinolab
- Join date:
- June 2010
- Posts:
- 147
- Downloads:
- 45
- Uploads:
- 34
- Thanks:
- 33
- Thanked:
- 7 times in 2 posts
November 26, 2014 at 11:16 am #203073Because I am using a different system news I have a problem with the images in home page.
If you reduce the screen until a small responsive layout, you get a deformation of thumbnails.Can I correct or eliminate the images from this layout?
Eragon H FriendEragon H
- Join date:
- July 2014
- Posts:
- 468
- Downloads:
- 1
- Uploads:
- 39
- Thanks:
- 5
- Thanked:
- 156 times in 149 posts
November 27, 2014 at 3:09 am #556728If you want to correct the images, add this code to the root/templates/purity_iii/css/custom.css
@media (max-width: 991px)
.mfp-img-left {
width: auto !important;}
}If you want to hide in mobile/tablet layout
@media (max-width: 991px)
.mfp-img-left {
display: none !important;}
}marinolab Friendmarinolab
- Join date:
- June 2010
- Posts:
- 147
- Downloads:
- 45
- Uploads:
- 34
- Thanks:
- 33
- Thanked:
- 7 times in 2 posts
November 28, 2014 at 4:59 pm #556954I tried both but it does not work
Eragon H FriendEragon H
- Join date:
- July 2014
- Posts:
- 468
- Downloads:
- 1
- Uploads:
- 39
- Thanks:
- 5
- Thanked:
- 156 times in 149 posts
December 1, 2014 at 1:41 am #557091There is missing “{” at the line
@media (max-width: 991px)
It should be
@media (max-width: 991px){
.mfp-img-left {
width: auto !important;}
}I tested in your site and it’s working
-
1 user says Thank You to Eragon H for this useful post
AuthorPostsViewing 4 posts - 1 through 4 (of 4 total)This topic contains 4 replies, has 2 voices, and was last updated by Eragon H 9 years, 12 months ago.
We moved to new unified forum. Please post all new support queries in our New Forum
Deformation images in small responsive layout
Viewing 4 posts - 1 through 4 (of 4 total)