Jump to content

how to make footer blocks responsive made with content box?


Recommended Posts

<div class="wrapper">
<div class="footerblock1">
<h3>ABOUT US</h3>
<hr class="dashed" />
<p class="pstyle">Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's standard dummy text ever</p>
<p class="pstyle">It was popularised in the 1960s with the release of Letraset sheets containing Lorem Ipsum passages, and more recently with desktop publishing software like Aldus PageMaker including versions of Lorem Ipsum.</p>
<a style="color: yellow;" href="#">More...</a></div>
<div class="footerblock2">
<h3>USEFULL LINK</h3>
<hr class="dashed"/>
<ul>
<li><a href="#">About Us</a></li>
<li><a href="#">Terms & Condition</a></li>
<li><a href="#">Privacy Policy</a></li>
<li><a href="#">Refund Policy</a></li>
<li><a href="#">Sitemap</a></li>
<li><a href="#">Affiliates</a></li>
<li><a href="#">Delivery Information</a></li>
</ul>
</div>
<div class="footerblock3">
<h3>GET IN TOUCH</h3>
<hr class="dashed"/>
</div>
<div class="footerblock4">
<h3>SUPPORT</h3>
<hr class="dashed" />
</div>
</div> 

hello i placed such code in text editor in content box and placed my own css file but its not taking css. 

please tell the procedure where to place html and how to use css for content box.

and me not getting the class like u said class="col-sm-4"  do i have to use classes from default theme.

I am using prestashop 1.6 default theme

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