Jump to content

Sub catagories out of alignment


Guest sachie

Recommended Posts

The height of subcat divs must be the same.

Open skins/Killer/styleSheets/layout.css

Search for

.subCat {	

	text-align: center;

	padding: 8px;

	float: left;

	width: 110px;

}

Add style property height with appropriate number (pixels). I suggest try some values to achieve your satisfaction :^^: . This could be done with this style:

.subCat {

text-align: center;

padding: 8px;

float: left;

width: 110px;

height: 130px;

}

Just play with the number 130 :blink:

Do not make divs too tall :innocent:

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