How to reduce top and bottom margin?

Professional Jomal template designed to be easily adaptable to all kinds of business
GK User
Sat Oct 20, 2012 11:21 pm
I have a frame that I want to put at the bottom of my webpage (current position 'user1').
The images are 50px tall.
When I added them to position user1 the height of the frame is 115px.
How can I adjust the height of the white frame so that it's just a bit larger than the 50px of the pictures it contains.
Thanks
Rich
[img]White%20Bar.png[/img]
User avatar
Junior Boarder

GK User
Sun Oct 21, 2012 12:04 am
Hi

You can use "[space]clear" suffix on the module, but this also removes background color.

If this suffix is not suitable for you, please go to template parameters > advanced settings and enable the use of css override.
Them open ../gk_corporate2/css/override.css file and add this line:

Code: Select all
.box.nopadding {padding: 0!important}


Return to the module parameters and add "[space]nopadding" suffix.

Cheers
User avatar
Platinum Boarder

GK User
Sun Oct 21, 2012 4:49 pm
Worked great!
Thanks very much.
Cheers
User avatar
Junior Boarder


cron