dixie Posted November 24, 2011 Share Posted November 24, 2011 I want to add some spaces, center the footer, and add my store copyright. I don't know any coding. How can I do this editing to my footer? Is there a module that will help me? I have a very small shop, so I don't need a fancy footer module. Thank you. Yeah! I figured out how to center the footer and add spaces between the links. Following is what I did. The changes I made are in red. blockcms.css line2 #footer .block_various_links li a { text-decoration: none; } #footer .block_various_links li a { text-decoration: none; padding_left: 5px; padding-right: 5px; } -------------------------------------------------------------------------------------------------------------------------- global.css line 759 #footer { border-top: 1px solid #d0d3d8; padding: 0.5em 0; clear: both; text-align: center; I'm a novice, so no guarantees. I hope this helps someone. Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now