
11-30-2012, 08:23 AM
|
 |
Senior Member
|
|
Join Date: Feb 2012
Posts: 2,071
|
|
Quote:
Originally Posted by KineretT
I have run into the same problem so I'm asking here too. I like the size of my side-bar menu text but the separator lines are running "into" the area for the products, actually crossing the "drag to bag" frame when it's visible. How do I shorten those lines, please?
You can see my problem here:
http://www.simpod.com/woolyrhino.com/index.html
Thanks!
|
Please add the following CSS rule to Ecwid control panel -> System Settings -> Design -> CSS Themes:
Code:
td.ecwid-categories-vertical-table-cell table.ecwid-categories-vertical-table-cell-categoryLink {
margin: 10px 6px;
}
div.ecwid-categories-vertical td.gwt-MenuItem {
padding: 0px 40px 0px 11px;
}
click "Save (Ctrl+S)" and let me know if you like the result.
|