- Posts: 14
- Thank you received: 1
Orange ribbon not in dimension
-
gregy1403
Inactive member - Topic Author
- New Member
Less
More
13 years 3 months ago #10464
by gregy1403
Orange ribbon not in dimension was created by gregy1403
Hi
I have tried everything but orange ribbon in advert1 position is to small. I have used original one, altered the text, save it and it's still to small ...
Can you please check out at Šmartinsko Jezero site?
Thank you
Pozdrav iz Celja, you guys rocks!
I have tried everything but orange ribbon in advert1 position is to small. I have used original one, altered the text, save it and it's still to small ...
Can you please check out at Šmartinsko Jezero site?
Thank you
Pozdrav iz Celja, you guys rocks!
Please Log in to join the conversation.
-
gregy1403
Inactive member - Topic Author
- New Member
Less
More
- Posts: 14
- Thank you received: 1
13 years 3 months ago #10465
by gregy1403
Replied by gregy1403 on topic Re: Orange ribbon not in dimension
huh .. here is what happens
If i edit picture in advert1 ribbon gets to small .. or picture too big. It must be something with editor thing .. hmm. I'll investigate further
If i edit picture in advert1 ribbon gets to small .. or picture too big. It must be something with editor thing .. hmm. I'll investigate further
Please Log in to join the conversation.
-
ivan.milic
Support Staff - Moderator
Less
More
- Posts: 14116
- Thank you received: 1639
13 years 3 months ago #10470
by ivan.milic
Replied by ivan.milic on topic Re: Orange ribbon not in dimension
Hi,
here is what browsers render for ribbon:
<div class="hot_ribbon"><img src="/templates/hot_destinations/images/ribbon_orange.png" alt="ribbon">
</div>
so you can use:
.hot_ribbon IMG{
width:..
height:..
}
to fix image size. You can add that at the end of template_css.css
here is what browsers render for ribbon:
<div class="hot_ribbon"><img src="/templates/hot_destinations/images/ribbon_orange.png" alt="ribbon">
</div>
so you can use:
.hot_ribbon IMG{
width:..
height:..
}
to fix image size. You can add that at the end of template_css.css
Please Log in to join the conversation.
-
gregy1403
Inactive member - Topic Author
- New Member
Less
More
- Posts: 14
- Thank you received: 1
13 years 3 months ago #10478
by gregy1403
Replied by gregy1403 on topic Re: Orange ribbon not in dimension
i added
now it's ok .. is this minus ok in css?
Code:
.hot_ribbon img {
float:right;
position:relative;
left:4px;
top:-4px;
}
now it's ok .. is this minus ok in css?
Please Log in to join the conversation.
Time to create page: 0.165 seconds