- Posts: 70
- Thank you received: 0
intro pic - fixed size
-
mark2kooki
Inactive member -
Topic Author
- Member
-
Less
More
12 years 3 months ago #24775
by mark2kooki
intro pic - fixed size was created 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
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.
-
ivan.milic
Support Staff -
- Moderator
-
Less
More
- Posts: 14116
- Thank you received: 1639
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;
}
.catItemView IMG{
width:200px;
height:auto;
margin-rigth:10px;
}
Please Log in to join the conversation.
-
mark2kooki
Inactive member -
Topic Author
- Member
-
Less
More
- Posts: 70
- Thank you received: 0
12 years 3 months ago #24887
by mark2kooki
Replied by mark2kooki on topic intro pic - fixed size
Please Log in to join the conversation.
-
ivan.milic
Support Staff -
- Moderator
-
Less
More
- Posts: 14116
- Thank you received: 1639
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;
}
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.
-
mark2kooki
Inactive member -
Topic Author
- Member
-
Less
More
- Posts: 70
- Thank you received: 0
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
what about for home page
cheers
Please Log in to join the conversation.
-
ivan.milic
Support Staff -
- Moderator
-
Less
More
- Posts: 14116
- Thank you received: 1639
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;
}
.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