Bob1979 Posted February 28, 2016 Share Posted February 28, 2016 Hello fellow experts, I would like to know how to create horizontal CMS links in the footer (by default, the CMS links are vertically layout in the footer). For example, the horizontal links i want to place in the folder is: "Terms and Condition of Use | Delivery | Contact Us | About Us Thank you. Regards, Bob Link to comment Share on other sites More sharing options...
NemoPS Posted March 8, 2016 Share Posted March 8, 2016 First off, you need to change the cms block's classes fromfooter-block col-xs-12 col-sm-2Tofooter-block col-xs-12 col-sm-12 Or anyway larger than 2.Then add this style to global.css#block_various_links_footer li {float:left;margin-right: 10px} 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