mcbole62 Posted June 30, 2015 Share Posted June 30, 2015 Hello everyone, I have some long Category names in my store. They currently display across the screen in two lines. I would like to change the font size or perhaps the padding, to try and get the categories to display on one line. Can anyone direct me to the correct line or name in the superfish-modified.css file to do this. I am using the default-bootstrap theme. To see how it currently looks now please take a look at www.hobbyworld-usa.com/store/ Thank you Link to comment Share on other sites More sharing options...
Paulito Posted June 30, 2015 Share Posted June 30, 2015 Hello The link you have given does not work for me but, assuming you are using default Prestashop 1.6.xxxx you can try here in: superfish-modidified.css around Line 60 .sf-menu > li > a { font: 600 18px/22px "Open Sans", sans-serif; (change font size) text-transform: uppercase; color: #484848; display: block; padding: 17px 20px; (change padding) border-bottom: 3px solid #e9e9e9; } Paul Link to comment Share on other sites More sharing options...
mcbole62 Posted June 30, 2015 Author Share Posted June 30, 2015 Thank you Paul. I found the code but no matter what number I put for a text size it doesn't seem to change ? And yes, using latest version. Link to comment Share on other sites More sharing options...
fixgear Posted September 6, 2015 Share Posted September 6, 2015 Hey mcbole, be sure you are uploading the modified superfish-modified.css file to the correct css folder in the correct theme folder. There are a few superfish-modified.css files and if you upload it into the wrong folder, the changes will not show. Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now