GOPIKRISH Posted August 27, 2015 Share Posted August 27, 2015 Hi, I need the footer links to be horizontal and I need to remove the block above it too. How to reduce the footer size ? The actual display on my site is as in image. My version of prestashop is 1.6. Can anyone propose a solution for this ? Link to comment Share on other sites More sharing options...
vekia Posted August 30, 2015 Share Posted August 30, 2015 (edited) you have to change css styles for this block, use class="col-lg-12" only and for li elements define display:inline-block; .footer-container #footer ul li { padding-bottom: 8px; display:inline-block; float:left; } Edited August 30, 2015 by vekia (see edit history) 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