Jump to content

Prestalove Easy footer, need help with blocks


Recommended Posts

Hello,
 

I've installed Easy footer module in my store.
 

I've added the first block and everything is ok, but when i add the second block it's not next to the first, it's below it or below it but in the right corner depending on what  float i use .
 

I'm not an expert, i know just enought to run my store.
 

Can someone please help me solve this. What should i choose in order to put blocks one next to the other like on the demo page from prestalove?

 

Im using prestashop 1.5.6.0

Thank you.          

Link to comment
Share on other sites

Hello

 

Im not sure if i understand watt you mean but in back office in the module i can change (float, width, margin, padding ).

 

My prestaloveeasyfooter.css looks like this.

 

/* prestalove-easyfooter.css version 1.0.0 by prestalove.com*/
.block-prestalove-easyfooter {
  float: left;
  width: 100%;
  padding: 20px 0;
}
#footer .block-prestalove-easyfooter-inner {
  background: #333333;
  border-radius:5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  overflow:hidden;
  padding: 10px 0;
  color: #fff;
}
.block-custom-html h2.block-title {
  margin-bottom: 10px;
  padding: 0;
  background: none;
  color: #fff; 
}
.block-custom-html a {
  color: #fff;
  text-decoration: none;
}
.block-custom-html p {
  margin-bottom: 15px;
}

.block-custom-html.block-list ul {
  margin: 0;
  padding: 0;
}
.block-list .block-custom-html ul li {
  margin: 0;
  list-style: none;
  padding: 3px 0 3px 15px;
  background: url(images/footer-bullet.png) 0 7px no-repeat;
}

.block-left {
  float: left;
}
.block-right {
  float: right;
}
.block-center {
  float: none;
  margin-left: auto;
  margin-right: auto;
}
.block-clear {
  clear: both;
}

 

I hope this helps.

Link to comment
Share on other sites

×
×
  • Create New...