kagan09 Posted February 21, 2014 Share Posted February 21, 2014 hi, how can i fit the categories in the horizontal menu bar? http://www.interactivedigipro.com.au/en/content/7-bonbonniere.html regards Kagan Link to comment Share on other sites More sharing options...
vekia Posted February 22, 2014 Share Posted February 22, 2014 if you just mean that you want to put all of menu items in one line, you have to decrease font-size, otherwise there will not be enough space to display them exactly as it is now Link to comment Share on other sites More sharing options...
kagan09 Posted February 22, 2014 Author Share Posted February 22, 2014 if you just mean that you want to put all of menu items in one line, you have to decrease font-size, otherwise there will not be enough space to display them exactly as it is now Yea I thought that was a solution but was wondering if there was any other way. Could you please assist me in changing font. I tried some solutions you requested on other users but wasn't successful. Regards Kagan Link to comment Share on other sites More sharing options...
Paulito Posted February 22, 2014 Share Posted February 22, 2014 Good morning You need to go to: global.css around line 1096 .sf-menu > li > a { color: #FFFFFF; display: block; font-size: 17px; change to 12px font-weight: bold; padding: 17px 30px 11px; text-shadow: 1px 2px 0 #000000; text-transform: uppercase; } Result http://screencast.com/t/ncFdbes8AbB You also need to reduce size of search box or move it Paul Link to comment Share on other sites More sharing options...
riorefrescon Posted June 16, 2014 Share Posted June 16, 2014 Hello, i would like to know where to find the global.css file. Thanks a lot Link to comment Share on other sites More sharing options...
Paulito Posted June 16, 2014 Share Posted June 16, 2014 Hello Well it depends a bit, but, have a look at: your theme 》css 》global css Paul Link to comment Share on other sites More sharing options...
riorefrescon Posted June 16, 2014 Share Posted June 16, 2014 Hi! your answer put me on the way: I´ve been looking for the file, found 28 and rejected 26. Now i have these 2 global css files: public_html/administracion/autoupgrade/latest/prestashop/themes/default-bootstrap/css/global.css/public_html/modules/mobile_theme/prestashop_mobile/css/global.css Any idea which one to modify? (I´m using 1.6 with defaul theme) Thanks, thanks! Link to comment Share on other sites More sharing options...
Paulito Posted June 16, 2014 Share Posted June 16, 2014 Hello I do not have a PC in front of me at the moment, but, why not look at: Public HTML > your shop > themes > bootstrap > CSS > global.css Paul Link to comment Share on other sites More sharing options...
Paulito Posted June 16, 2014 Share Posted June 16, 2014 Hello again Try this Path public_html/Your Shop/themes/default-bootstrap/css/global.css Paul Link to comment Share on other sites More sharing options...
riorefrescon Posted June 19, 2014 Share Posted June 19, 2014 Hi, thank you for your advice. i will try today and let you know if i managed to do it. It will be my first code editing in prestashop ever !! thanks!! Link to comment Share on other sites More sharing options...
Recommended Posts