Jump to content

How To Create Horizontal Cms Links In The Footer


Recommended Posts

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

  • 2 weeks later...

First off, you need to change the cms block's classes from

footer-block col-xs-12 col-sm-2

To

footer-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

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...