Can I increase the space between links in my horizontal menu with CSS? I've been trying it using the .sf-menu selector and nothing's working. Any help would be great. Great theme by the way! Thanks
ThemeShaper Forums » Thematic
space between links in horizontal menu
(4 posts)-
Posted 1 year ago #
-
try http://getfirebug.com it is perfect for solving all these types of css questions. but you need to get more specific in your css selector
.sf-menu a
or .sf-menu li
or .sf-menu li aone of those should work
Posted 1 year ago # -
Thanks for your help!
Posted 1 year ago # -
this was how I eventually created spaces between links in my vertical menu for those that are interested.
.menu li{
margin-bottom: 10px;
}Posted 1 year ago #
Reply
You must log in to post.