Jump to content

CSS messed up?


Guest

Recommended Posts

Me!

The only thing i changed in the CSS file from the vanilla install one was the colours, no other changes have been made by anyone. The layout was only edited to remove/shuffle the componants using the template file, so the problems are there from whoever coded the original files, not from my changes!

Link to comment
Share on other sites

A CC install does not look like that. You probably have a mssing or extra <div> or </div> in your cart.tpl or something awry in layout.css. Can you post this part of layout.css please.

#subCats {

background-color: #EBEDFE;

text-align: center;

border: 1px solid #C9CEFC;

margin: 0px;

padding: 3px;

float: left;

width: 387px;

}

.subCat {

text-align: center;

padding: 8px;

float: left;

width: 110px;

}

You might also upload a default layout.css to see if the problem rectifies.

Link to comment
Share on other sites

#subCats {

background-color: #EBEDFE;

text-align: center;

border: 1px solid #000066;

margin: 0px;

padding: 3px;

float: left;

width: 387px;

}

.subCat {

text-align: center;

padding: 8px;

float: left;

width: 110px;

height: 50px;

}

As requested - I've just noticed that i have a height restriction for some reason...no idea why tho....

Hmm, edited out the height: 50px and its better than it was, but still not right!

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...