- Posts: 7
- Thank you received: 0
Article intro image width problem
-
antoniskp
Inactive member - Topic Author
- New Member
Less
More
10 years 7 months ago - 10 years 7 months ago #39850
by antoniskp
Article intro image width problem was created by antoniskp
Hello,
in the category blog page article intro images do not have stndard size and they are showing their full size as you can see in here miko12.bg/bg/products/chocolate-line .
I would like to make them responsive and add a width :100 % ; but i do not know where.
Thanks in advance.
in the category blog page article intro images do not have stndard size and they are showing their full size as you can see in here miko12.bg/bg/products/chocolate-line .
I would like to make them responsive and add a width :100 % ; but i do not know where.
Thanks in advance.
Last edit: 10 years 7 months ago by antoniskp. Reason: %
Please Log in to join the conversation.
-
ivan.milic
Support Staff - Moderator
Less
More
- Posts: 14116
- Thank you received: 1639
10 years 7 months ago #39853
by ivan.milic
Replied by ivan.milic on topic Article intro image width problem
How did you set them in article editor. Your site requires login so we can not look
Please Log in to join the conversation.
-
antoniskp
Inactive member - Topic Author
- New Member
Less
More
- Posts: 7
- Thank you received: 0
10 years 7 months ago #39854
by antoniskp
Replied by antoniskp on topic Article intro image width problem
i imported them to intro image in images and links. i also enabled the site so you can see it ivan thank you,
Please Log in to join the conversation.
-
ivan.milic
Support Staff - Moderator
Less
More
- Posts: 14116
- Thank you received: 1639
10 years 7 months ago #39856
by ivan.milic
Replied by ivan.milic on topic Article intro image width problem
Add this to template_css.css:
.item-image IMG{
width:100%
height:auto;
}
.item-image IMG{
width:100%
height:auto;
}
The following user(s) said Thank You: antoniskp
Please Log in to join the conversation.
-
antoniskp
Inactive member - Topic Author
- New Member
Less
More
- Posts: 7
- Thank you received: 0
10 years 7 months ago #39857
by antoniskp
Replied by antoniskp on topic Article intro image width problem
i did it but nothing changed.
Please Log in to join the conversation.
-
antoniskp
Inactive member - Topic Author
- New Member
Less
More
- Posts: 7
- Thank you received: 0
10 years 7 months ago #39858
by antoniskp
Replied by antoniskp on topic Article intro image width problem
yea it is ok. you forgot a ;
.item-image IMG{
width:100%;
height:auto;
}
thanks again ivan
.item-image IMG{
width:100%;
height:auto;
}
thanks again ivan
Please Log in to join the conversation.
Time to create page: 0.163 seconds