Jump to content

Product Page not Displaying Correctly


Recommended Posts

Hi there,

I am having difficulty getting the product page to sit correctly - the rest of the site works fine.

Please see here: http://www.iggydesign.com/unirocks/product.php?id_product=11

The Navigation bar is also not displaying, as well as duplicate footer on the bottom.

Would anyone have any suggestions to rectify this please?

Many thanks in advance.

Sam

Link to comment
Share on other sites

Hi,

It looks like most of your issues are css related.

You are using a lot of absolute positions... Often not great with dynamic content.

There are quite few things to change - for instance try:

#center_column div.products_block h5 {
display:table;
height:auto;
left:0;
line-height:15px;
top:-4px;
z-index:10;
}

div#newsletter_block div.block_content input#newsletter_submit {
margin:2px 10px;
}



Etc...

It also seems that the relative paths to some of your background images are incorrect

For instance on #center_column div.block h4

url("../img/block_header_large.gif") no-repeat scroll left top transparent


The path seems incorrect. You might want to check that.

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...