Quote Originally Posted by parisbubbler View Post
Thank you for your reply, but I didn't mean spacing out the links. What I want to do was have a little larger spacing between the actual menu title e.g. 'Quick Links' and the links themselves. Like maybe 5px. Is that possible? I've tried playing with the style sheet but can't seem to get any result. Any advice would be greatly appreciated
Posted via Mobile Device
adjust the padding in the following declaration (stylesheet_footer_menu.css)
.menuTitle {
padding:0 0 15px 0.3em;
text-align:center;
font-size:1.1em;
color: #ff0;
margin-top: 0;
margin-right: 0;
margin-bottom: 5px;
margin-left: 0;
}