Padding for subsections

luquerias / 2013-01-03 01:39:33   

Hi! I'm working on magentatarrega.com and i have a question regarding the menu...
in the menu you have section and subsections, i wonder how can i give a padding for the subsections to be positioned more to the right than the menu sections.
I've tried it but i have not got it... and i have look for somebody with the same issue here in the forum but have not found anything.... thanks for helping anyway!!

arsondpi / 2013-01-03 09:15:31   

In your style.css (Admin/Assets/style.css), line 68:

  1. #index ul.section li.exhibit_title {
  2.     padding-left: 10px;
  3. }
luquerias / 2013-01-03 17:14:40   

Thanks a lot arsondpi! that's what i was looking for!

This thread has been closed, thank you.