-
AuthorPosts
-
nooran Developer
nooran
- Join date:
- June 2013
- Posts:
- 119
- Downloads:
- 8
- Uploads:
- 21
- Thanks:
- 32
- Thanked:
- 6 times in 1 posts
February 20, 2014 at 7:15 am #194987Hello,
I’m using Purity III. I wonder if there is a way to change the image dimensions of the inside pages different than the intro image.
Here is what I face:
When I change the intro image dimensions using this css code on “custom.css”
article img, .article-intro img {
display: block;
max-height: 80px;
min-height: 80px;
max-width: 150px;
min-width: 150px;
border: solid 2px #cccccc;
margin-right: -10px;
}The inside page images also got changed with the same height and width, which I don’t want…
I would like to have another image dimensions for the inside pages… How can I separate ?
Best
Saguaros ModeratorSaguaros
- Join date:
- September 2014
- Posts:
- 31405
- Downloads:
- 237
- Uploads:
- 471
- Thanks:
- 845
- Thanked:
- 5346 times in 4964 posts
February 21, 2014 at 4:25 am #523689You can post your site’s URL which contains image you want to change dimension here and aslo set Optimize CSS in template manager to No, I will have a look.
nooran Developernooran
- Join date:
- June 2013
- Posts:
- 119
- Downloads:
- 8
- Uploads:
- 21
- Thanks:
- 32
- Thanked:
- 6 times in 1 posts
February 21, 2014 at 10:04 am #523754Saguaros ModeratorSaguaros
- Join date:
- September 2014
- Posts:
- 31405
- Downloads:
- 237
- Uploads:
- 471
- Thanks:
- 845
- Thanked:
- 5346 times in 4964 posts
February 24, 2014 at 7:14 am #524029These classes: article img, .article-intro img will have different parent class names. For example, in this page: http://www.metromall-ye.com/, you can create new CSS rule:
.blog-featured article img, .article-intro img {
///your own custom code goes here;
}
With inside page: http://www.metromall-ye.com/homepage.html, you can try with:
.item-page article img, .article-intro img {
///your own custom code goes here;
}
1 user says Thank You to Saguaros for this useful post
-
AuthorPosts
This topic contains 6 replies, has 2 voices, and was last updated by Saguaros 10 years, 8 months ago.
We moved to new unified forum. Please post all new support queries in our New Forum