Jump to content

[solved] why doesnt my template extend with the text??


Recommended Posts

as above if there is to much text it just goes off the bottom of the template! surely the template should extend along with how much text I enter if it doesnt there is hardly any room for text.

example page

http://josbabygifts.co.uk/product.php?id_product=10

most of my items do it because you can only fit a few lines in before it goes off surely this cant be right

thanks Chris

Link to comment
Share on other sites

I think problem is in this part of code

#centerTop {
background-color:#F7DAEA;
height:20px;
margin-left:1px;
padding-top:10px;
width:598px;
}


global.css (line 220)

Delete or comment out height:20px; and it will display ok but you will need to change some code for background

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...