Jump to content

top horizontal menu fit categories


Recommended Posts

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

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
 
You also need to reduce size of search box or move it
 
Paul
Link to comment
Share on other sites

  • 3 months later...

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

×
×
  • Create New...