Jump to content

Centering the Latest Products


Guest genxgsm

Recommended Posts

1. Look in

skins/Legend/styleTemplates/content/index.tpl and find code like this:

		<!-- BEGIN: repeat_prods -->

			<div style="float: left; text-align: center; width: {VAL_WIDTH}px;">




Replace it with this new code:




		<!-- BEGIN: repeat_prods -->

			<div class="latestProds">

2. Now open skins/Legend/styleSheets/layout.css, and at the very end of that file add this:

.lateProds {

float: left;

text-align: center;

width: 150px;

height: 150px;

margin-top: 10px;

margin-left: 10px;

}

3. Adjust the mmargin-left amount (10px, in red above) up or down little by little until they are centered properly, then check in multiple browsers.

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