menu buttons that have the same width

Posted in: Newspaper
Post count: 8

Hi, is it possibile to create all the menu buttons have the same width?
Thanks

Post count: 6600

Hi,

You could try to set width via css using this custom css:

.sf-menu li a {
width: 100px;
text-align: center;
}

Should look something like this: http://screencast.com/t/bY9bQnTa
Hope this helps!

Thanks

Viewing 2 posts - 1 through 2 (of 2 total)
The forum ‘Newspaper’ is closed to new topics and replies.