Go Back   CodingForums.com > :: Client side development > HTML & CSS

Before you post, read our: Rules & Posting Guidelines

Reply
 
Thread Tools Rate Thread
Enjoy an ad free experience by logging in. Not a member yet? Register.
Old 01-11-2013, 02:44 PM   PM User | #1
Beermonster
New to the CF scene

 
Join Date: Jan 2013
Posts: 2
Thanks: 0
Thanked 0 Times in 0 Posts
Beermonster is an unknown quantity at this point
How do I fix this text problem?

I am adding a little box with free delivery at the top of my site, when someone add's something to their cart it says you need to spend xx more for free delivery but I can't get the text to fit the box(see attached)

this is my css
Code:
div#freehead2 {
    position:relative;
	z-index:-1;
	top:-25px;
    width: 230px;
    background : url("/images/freehead_2.gif");
        background-repeat:no-repeat;
    height:55px;
	padding-top:2px;
	padding-left:2px;
	text-align: right;
    }
TIA
Attached Thumbnails
Click image for larger version

Name:	free_del.jpg
Views:	52
Size:	8.7 KB
ID:	11849  
Beermonster is offline   Reply With Quote
Old 01-11-2013, 03:00 PM   PM User | #2
sunfighter
Senior Coder

 
Join Date: Jan 2011
Location: Missouri
Posts: 2,498
Thanks: 18
Thanked 361 Times in 360 Posts
sunfighter is on a distinguished road
I think the easiest way would be to put a line feed (break) after the word more.
Putting "for free delivery" in a second line.
sunfighter is offline   Reply With Quote
Old 01-11-2013, 03:08 PM   PM User | #3
Beermonster
New to the CF scene

 
Join Date: Jan 2013
Posts: 2
Thanks: 0
Thanked 0 Times in 0 Posts
Beermonster is an unknown quantity at this point
Thanks I did that, and I didn't think of putting the text in another div tag, which I've done and it looks fine
Attached Thumbnails
Click image for larger version

Name:	Screen Shot 2013-01-11 at 15.07.59.png
Views:	9
Size:	15.5 KB
ID:	11851  
Beermonster is offline   Reply With Quote
Reply

Bookmarks

Jump To Top of Thread


Thread Tools
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT +1. The time now is 10:58 AM.


Advertisement
Log in to turn off these ads.