Hello,
I have a few questions:
1) My main menu contains 8 items and spacing is a problem. How do I break the name of the menu item into two lines? For example, instead of showing Menu Name, I want to show
Menu
Name
2) The main menu now is product category based, but the last item is a page. If I want to add any sub item, it shows a little down arrow next to the main menu item. How do I remove this arrow?
3) My side-bar menu is product category. How do I change the font size?
4) I tried to change the foot widget font size and spacing by using
.foot-widget .foot-widget ul {
font-size: 12px;
line-height: 1.1;
}
But it didn’t seem to work.
5) When I click on a parent product category, it shows all the sub-categories and the product on the same line in the grid. How do I move the products on a new line and add some spacing between the subcategory and the first line of products?
Thank you very much for your help!