Jump to content

Help with footer colours


Recommended Posts

Hi guys,

 

My website is nowhere near finished - www.dileva.co.uk.

 

Can someone help me out as to why my footer list seems to be in 'boxes' and the backgrounds are white?

 

It is a custom module.

 

The CSS is:

 

/* 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-color: #000000;
  border-radius:5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  overflow:hidden;
  padding: 10px 0;
 
}
.block-custom-html h2.block-title {
  font-size: 20px;
  margin-bottom: 5px;
  padding: 0;
  background: 000000;
  color: #ffffff;  
}
.block-custom-html a {
  color: none;
  text-decoration: none;
}
.block-custom-html p {
  margin-bottom: 15px;
}

.block-custom-html.block-list ul {
  margin: 0;
  padding: 0;
   background-color: #000000;
  list-style: none;
}
.block-list .block-custom-html ul li {
  margin: 0;
  list-style: none;
  padding: 3px 0 3px 15px;
  background-color: #000000;
}

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

 

Any help is appreciated!

Thanks :)

Edited by dileva (see edit history)
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...