Jump to content

Space between


Guest

Recommended Posts

Hey, is there a way that I can get a space between the products in the killer skin ? like for example theirs one product , then the next, then the next...I want a space in between those.

Thanks,

--Jake

Link to comment
Share on other sites

Guest tbladecki

Check in the CSS files, you can modify the cell padding and the borders, which will give you space between that you are looking for.

:w00t:

Link to comment
Share on other sites

MagicExpress, do you know how to work with tables in HTML? If so, you can handle this on your own.

Look in:

skins/Killer/styleSheets/styles.css

Look for:

.tblList {

	border: 1px solid #BFCCC7;

}

.tdListTitle {

	background-color: #BFCCC7;

	font-family: Arial, Helvetica, sans-serif;

	font-weight: bold;

	color: #0E51A3;

	border-bottom: 1px solid #BFCCC7;

}

.tdEven {

	background-color: #FFFFFF;

}

.tblList is the class for the table that shows rows of products in a category.

.tdListTitle is the class that defines what the title bar at the top of your product list looks like.

.tdEven and .tdOdd are the classes thatdefine each row containing a product - usually set to alternate the background color in every other row.

If you are familiar with tables, and with styles, you can add padding to the table or to individual cells to acheive the look you want . . .

A few lines down from there you'll see a similar table and cells defined for the shopping cart, for when it contains multiple items.

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