Thick white line just above footer JM-Monsieur Magento 1.7

There is a thick White Line just above the footer in JM-Monsieur template with Magento 1.7
It was a manual install.

I just can’t find any HTML that relates to it.
Could you please have a look and tell me what’s going on? I would like to remove it.

Attachment 34307

1 answer

Profile photo of harper 0.00 $tone February 28, 2014
Public

You can open the file: skin\frontend\default\jm_monsieur\css\style.css

Change (line 665)

#jm-footer {
background: none repeat scroll 0 0 #222222
font-size: 83%;
line-height: 20px;
padding: 0 0 40px;
text-align: center;
}

To:

#jm-footer {
background: none repeat scroll 0 0 #222222
font-size: 83%;
line-height: 20px;
padding: 0 0 40px;
text-align: center;
float: left;
width: 100%;
}

Let me know if it helps.*

#1

Please login or Register to Submit Answer

Written By

Comments