MyBB Community Forums

Full Version: Add more space between footer links
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hi! I have added some links to my footer and I need to add more space between that links. I have used <li><a href=""> </a></li> code in footer template for add links.

[Image: attachment.php?aid=33190]

forum: rclanka.com
Please help. Thank you.
you can add style property like below in global.css (edit in advanced mode through admin panel & add at the bottom)
.bottom_links li {padding: 0 12px;}
remember to hard refresh your browser (eg. press CTRL + F5 on index page) after saving changes to the style sheet

see if required => css padding guidance (external site)
Hi! .m. , It worked. Thank you. Is there anyway I can adjust all the text to stay at line? I mean like column?
[Image: attachment.php?aid=33192]