Banner without margins at all

GK User
Thu Jan 03, 2013 9:19 pm
I'm trying to put a image banner at bottom-7 position.

I'm using a 1000x200 px image with " clear" as suffix for the module.

I'll like the banner showing full with and height module without any margin, but even with " clear" suffix the margin remains.

How can i get and image as a banner without any black marging at all?

Thanks.
User avatar
Junior Boarder

Konrad M
Thu Jan 03, 2013 10:07 pm
Hi,
can you give us url to your site ?
User avatar

GK User
Sat Jan 05, 2013 5:57 pm
PM Sent.
User avatar
Junior Boarder

Konrad M
Mon Jan 07, 2013 11:10 am
Please try add to override.css
Code: Select all
#gkBottom2 > div.clearfix {
padding: 0px;
}

and remember to enable override.css option in template settings.
User avatar

GK User
Mon Jan 07, 2013 2:07 pm
Yes, it Worked!
Is it a bug and will be included in new release?

Thnaks.
User avatar
Junior Boarder

Konrad M
Mon Jan 07, 2013 3:17 pm
This is not a bug. Suffix is working for module part. And this padding is for all Bottom content.
User avatar


cron