intro pic - fixed size

More
12 years 3 months ago #24775 by mark2kooki
hi

Creating an article and using the intro image for listing on a category-blog with 5 articles on the page

im wanting all pics on that page to be a maximum of 150 width, aligned left, 10px right margin

cant find the correct css

can you point me in the right direction

Please Log in to join the conversation.

More
12 years 3 months ago #24797 by ivan.milic
Replied by ivan.milic on topic intro pic - fixed size
try this, add this css to bottom of template_css.css:

.catItemView IMG{
width:200px;
height:auto;
margin-rigth:10px;
}

Please Log in to join the conversation.

More
12 years 3 months ago #24887 by mark2kooki

Please Log in to join the conversation.

More
12 years 3 months ago - 12 years 3 months ago #24906 by ivan.milic
Replied by ivan.milic on topic intro pic - fixed size
.img-intro-left IMG{
width:200px;
height:auto;
margin-rigth:10px;
float:left;
}
Last edit: 12 years 3 months ago by ivan.milic.

Please Log in to join the conversation.

More
12 years 3 months ago #25016 by mark2kooki
Replied by mark2kooki on topic intro pic - fixed size
this has worked fine for the category blog pages

what about for home page

cheers

Please Log in to join the conversation.

More
12 years 3 months ago #25019 by ivan.milic
Replied by ivan.milic on topic intro pic - fixed size
change it to:

.item-image IMG, .img-intro-left IMG{
width:200px;
height:auto;
margin-rigth:10px;
float:left;
}

Please Log in to join the conversation.

Time to create page: 0.167 seconds
Powered by Kunena Forum