Shape 5

Joomla Templates => Charity - Club => : ulisan98 December 20, 2017, 07:46:56 PM



: Sizing Positions within the layout
: ulisan98 December 20, 2017, 07:46:56 PM
Good evening,

I have a position within the template that has a lot of space above and below the actual module, so I wanted to know how I could set the size to a position so that it can reduce the empty space above and below it?  Any help that you can provide would be greatly appreciated.

Thank you for your time!

Sincerely,
Ulisses


: Re: Sizing Positions within the layout
: mikek December 21, 2017, 08:31:56 AM
Hello,

Please post a url and mention the area in question.


: Re: Sizing Positions within the layout
: ulisan98 January 08, 2018, 03:20:08 AM
Good evening,

Sorry for the late reply and Happy New Year!  The domain is:

http://www.ricardolara.com/

The position is top_row1_1

Any help that you can provide would be greatly appreciated.  Thank you!


: Re: Sizing Positions within the layout
: mikek January 08, 2018, 11:31:01 AM
Hello,

Adding the following to custom.css would adjust the spacing for that area:

#s5_top_row1_area2 {
padding-top:50px !important;
padding-bottom:0px !important;
}


: Re: Sizing Positions within the layout
: ulisan98 January 08, 2018, 02:18:09 PM
Thanks for your help, Mike!