Jump to content

Footer Issue


Recommended Posts

Append col-xs-12 col-sm-2 to the class for each footer block except for the second one which require col-xs-12 col-sm-3.

 

Explanation:

 

Find <div class="blockcategories_footer block footer-block">  and replace with <div class="blockcategories_footer block footer-block  col-xs-12 col-sm-2"> - block categories block

Find <div class="footer-block block " id="block_various_links_footer"> and replace with <div class="footer-block block  col-xs-12 col-sm-3" id="block_various_links_footer"> - Block CMS module

Find <div class="footer-block block"> and replace with <div class="footer-block block  col-xs-12 col-sm-2"> - Block contact module

Find <div class="footer-block block " id="block_contact_infos "> and replace with <div class="footer-block block  col-xs-12 col-sm-2" id="block_contact_infos "> - Block contact info block

 

Find the respective module inside the themes folder and apply these in its tpl file.

 

 

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