
01-03-2013, 01:05 PM
|
 |
Ecwid Team
|
|
Join Date: Feb 2010
Location: Ecwid headquarter
Posts: 5,876
|
|
Quote:
Originally Posted by KineretT
I had 11 subcategories (colors) originally, but since making the font smaller and eliminating the spaces (and tab curve) to make the tabs closer together so that everything would fit, made the whole menu look odd (the main categories got crowded together as well), and since even then I only managed to get about 8 subcategories to show up, I simply gave it up and disabled the "color" category that contained them.
If there is some built-in way you can accommodate more than 4-5 categories, I'd love to know it. I've re-enabled the category so you can see what it looks like.
Thanks.
|
The only way to fit 11 subcategories in one line on the Facebook page, is to decrease the font size and spaces between them. In order to do this you should use following code:
Code:
div.ecwid_facebook_app div.ecwid-categoriesMenuBar span.ecwid-categories-category {
font-size: 14px !important;
}
div.ecwid_facebook_app div.ecwid-categories-horizontal td.gwt-MenuItemSeparator div.menuSeparatorInner {
width: 5px;
}
Please, try and let me know about results.
__________________
Maya N., Ecwid Team
------------------
Welcome to our new Help Center!
|