Jump to content

Latest Prods into box


Guest DesignGal

Recommended Posts

Guest DesignGal

Hi there, I have looked and maybe I missed it but how can turn the latest prods in the content area to a box

Thanks in advance

Link to comment
Share on other sites

Hi, welcome to the forum. I would think that with a nickname like DesignGal, you should have no problem doing this. :)

If you are using late version CubeCart, then look in the skins directory for the stylesheets, example:

skins/Classic/styleSheets/layout.css

In the latest versions, at the end of that stylesheet is a class for latest products:

.latestProds {

float: left;

text-align: center;

width: 131px;

height: 120px;

}

You can add a box by adding a border, for example,

border: 1px #808080 solid;

add spacing between the boxes by using a margin, for example,

margin: 5px;

add spacing within between the border ant the product name if desired by adding padding,

padding: 3px;

------------------

If you want to use a fancy image for the border, you can set it as a background image in that division.

And a third method is to go ahead and re-code your own html (new divisions, whatever you need) in styleTemplates/content/index.tpl

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