Jump to content

[SOLVED]the footer is so close to the body


Recommended Posts

he guys,
i'm using "LESS-CleanTheme" on 1.5.6. it was good before my modification, i changed some files to select more than 1 features, and "more info" text became closer to footer. how can i add some blank between footer and more info, which file i have to edit.

thanks

 

"bilgi karti": "more info"

link:

http://dincotomotiv.com.tr/index.php?id_product=16&controller=product

 

 

Edited by nimlord (see edit history)
Link to comment
Share on other sites

Hi,

 

open up your cleantheme.css file and scroll down to line 58.

 

Here change this:

.cleantheme #footer {
background: none repeat scroll 0 0 #333333;
color: #FFFFFF;
margin: 0 0 0 -15px;
width: 1010px;
}

into this

.cleantheme #footer {
background: none repeat scroll 0 0 #333333;
color: #FFFFFF;
margin: 50px 0 0 -15px;
width: 1010px;
}

Let me know if it works or not.

  • Like 1
Link to comment
Share on other sites

×
×
  • Create New...