Post by cartos » Mon Apr 12, 2010 12:35 am

Hi
i managed to add space between items in Information box, now i need to do the same thing in Categories box.
Any idea how to do it?

thanx

Attachments

menu.png

menu.png (55.89 KiB) Viewed 1573 times


Newbie

Posts

Joined
Mon Apr 12, 2010 12:29 am

Post by rph » Mon Apr 12, 2010 2:07 am

In /catalog/view/theme/[theme]/template/style/stylesheet.css add:

Code: Select all

#category li {
	margin-bottom: 15px;
}

-Ryan


rph
Expert Member

Posts

Joined
Fri Jan 08, 2010 5:05 am
Location - Lincoln, Nebraska

Post by cartos » Mon Apr 12, 2010 3:09 pm

rph wrote:In /catalog/view/theme/[theme]/template/style/stylesheet.css add:

Code: Select all

#category li {
	margin-bottom: 15px;
}

OK thanx , it creates space between catagories and even between subcatogories, but i will also need space between category and 1st subcategory, any idea what to add to stylesheet.css this time?

thanx

Newbie

Posts

Joined
Mon Apr 12, 2010 12:29 am

Post by gxpratama » Mon Apr 12, 2010 4:59 pm

Hey cartos, ever heard Firefox's plugin Firebug? Use that to find out any item with its corresponding CSS class/id. It'll make it far easier to make such changes..

User avatar
New member

Posts

Joined
Wed Mar 31, 2010 4:50 am

Post by rph » Tue Apr 13, 2010 9:52 pm

Replace the code above with:

Code: Select all

#category li {
   margin-top: 15px;
}

-Ryan


rph
Expert Member

Posts

Joined
Fri Jan 08, 2010 5:05 am
Location - Lincoln, Nebraska
Who is online

Users browsing this forum: No registered users and 21 guests