Jump to content

How to adjust the size of the blocktopmenu


Recommended Posts

You could fiddle with the CSS a little bit to modify this

 

Find superfish-modified.css in your ftp client and edit the following lines(line 60 - 66):

 

 .sf-menu > li > a {
    font: 600 18px/22px "Open Sans", sans-serif;
    text-transform: uppercase;
    color: #484848;
    display: block;
    padding: 17px 20px;
    border-bottom: 3px solid #e9e9e9; }
 
You could either make the fontsize smaller. Or you make the Padding (spaces before and after the links) smaller.
I would suggest you trie to change the padding to: 7px 18px; and if it still doesn't fit go smaller 1px at the time till it fits
Edited by Tuinkoken (see edit history)
  • Like 2
Link to comment
Share on other sites

 

You could fiddle with the CSS a little bit to modify this

 

Find superfish-modified.css in your ftp client and edit the following lines(line 60 - 66):

 

 .sf-menu > li > a {
    font: 600 18px/22px "Open Sans", sans-serif;
    text-transform: uppercase;
    color: #484848;
    display: block;
    padding: 17px 20px;
    border-bottom: 3px solid #e9e9e9; }
 
You could either make the fontsize smaller. Or you make the Padding (spaces before and after the links) smaller.
I would suggest you trie to change the padding to: 7px 18px; and if it still doesn't fit go smaller 1px at the time till it fits

 

Ah yes perfect, when I was looking last time I couldn't find padding, but found it this time. Thanks :)

Link to comment
Share on other sites

×
×
  • Create New...