[color=#282828][font=arial, verdana, tahoma, sans-serif]Hi,[/font][/color]
[color=#282828][font=arial, verdana, tahoma, sans-serif]I want to center all the items in my horizontal navigation bar. [/font][/color]
[color=#282828][font=arial, verdana, tahoma, sans-serif]I cannot find any settings within CS-Cart itself which would allow me to do that[/font][/color]
I tried in every way but I can not.
Site: http://www.mycubedesign.it
[color=#282828][font=arial, verdana, tahoma, sans-serif]Thanks [/font][/color]
You can add the code below into the custom css area when you use live design mode of cs-cart:
ul.dropdown-multicolumns {display: inline-block;}
[quote name='cscartrocks' timestamp='1438704724' post='225589']
You can add the code below into the custom css area when you use live design mode of cs-cart:
ul.dropdown-multicolumns {display: inline-block;}
[/quote]
Really thank you! But why if I added text-allign in top-menu it did not work?