Jump to content

Subcategories appearing over text of first product


Ms Holly

Recommended Posts

Hi there

I am hoping someone can help me out as I am a bit stuck. I have just added some subcategories to my page however they appear over the first product which makes the page a bit of a mess and hard to read.

Links are below.

http://www.birthingstyle.com.au/CubeCart-4/index.php?_a=viewCat&catId=5

http://www.birthingstyle.com.au/CubeCart-4/index.php?_a=viewCat&catId=6

I would like them to appear higher and not over the first product text. Any thoughts about what I need to do. I can edit the files if given the right text to edit it with but I don't have much knowledge of the code in order to be able to understand what is going on.

Thanks so much in advance

Holly

Link to comment
Share on other sites

Hi Holly

Open your layout.css stylesheet and find this style (about line 114)

.subCat {

    float: left;

    height: 50px;

    padding: 8px;

    text-align: center;

    width: 110px;

}

Remove the height value and the page will drop to fit the image in.

Lee

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