Page 1 of 1

Freebox module remove space below inserted image

Posted: Mon Oct 24, 2011 7:19 pm
by oldskoolmixtape
Hi, I have question that I hope the developer or anyone can help out with.

I am running opencart 1.5.1.3. Ive added an image with a link into to a freebox module on my site www.oldskoolmixtape.co.uk which works very well indeed.

My problem is that below the image or anything I add into a freebox module there is say a 20 pixel white gap. I want to close the white gap to say 5 pixels so the next module underneath is closer.

thanks in advance.
Mr Mixtape

Re: Freebox module remove space below inserted image

Posted: Tue Oct 25, 2011 4:32 am
by JAY6390
Around line 1688 of the file
/catalog/view/theme/your-theme/stylesheet/stylesheet.css you will find this
.banner div img {
margin-bottom: 20px;
}
change 20 to 5px (or whatever you want)

Re: Freebox module remove space below inserted image

Posted: Tue Oct 25, 2011 5:18 am
by oldskoolmixtape
Hi JAY6390 & thanks for the quick response.

I done the edit on the stylesheet but it unfortunately did not work.

After that I did a test and changed the 100% to 200% on the .banner div and that moved the paypal banner I have on the left but nothing else moved. That paypal image is within the banner module.

I guess the edit is not affecting the Freebox module that I have the issue with.

thanks in advance.
Mr Mixtape

Re: Freebox module remove space below inserted image

Posted: Sun Dec 04, 2011 1:41 am
by lemonie
Did anybody come up with an answer to this as I am having the same problem?