eliteitsolutions.ie Posted May 13, 2014 Share Posted May 13, 2014 Hi,I have added categories to my top menu, but the last one makes it go into two columns. How can I adjust the size to allow them all on one line?I can't seem to find the solution. I can however adjust the margin to 102% which allows it on one column but it puts it off a bit?Thanks Link to comment Share on other sites More sharing options...
Tuinkoken Posted May 13, 2014 Share Posted May 13, 2014 can you share your url so we can see it? Link to comment Share on other sites More sharing options...
eliteitsolutions.ie Posted May 13, 2014 Author Share Posted May 13, 2014 here is a picture of it: Link to comment Share on other sites More sharing options...
Tuinkoken Posted May 13, 2014 Share Posted May 13, 2014 (edited) 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 May 13, 2014 by Tuinkoken (see edit history) 2 Link to comment Share on other sites More sharing options...
eliteitsolutions.ie Posted May 13, 2014 Author Share Posted May 13, 2014 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 More sharing options...
Recommended Posts