Jump to content

Can anyone help change Font size in Horizontal Menu Bar


Recommended Posts

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

post-1037206-0-54485400-1435687617_thumb.png

Link to comment
Share on other sites

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

  • 2 months later...

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

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...