Shape 5

Joomla Templates => Incline - Club => : jcraft December 13, 2017, 07:23:37 PM



: Module position spacing
: jcraft December 13, 2017, 07:23:37 PM
URL:  paristransport.preludewebdesigns.com

If you look right under custom_1 position, there's a white gap.  I need that to disappear.  I've tried hiding component output in the main template layout settings with no luck.

Thanks in advance!


: Re: Module position spacing
: mikek December 14, 2017, 08:57:32 AM
Hello,

Add the following to custom.css:

#s5_header_spacer {
display:none !important;
}

You can hide the component output on any page by selecting its menu item in that area.


: Re: Module position spacing
: jcraft December 14, 2017, 08:56:04 PM
Beautiful. that worked perfectly, thank you!


: Re: Module position spacing
: jcraft January 14, 2018, 09:05:30 AM
I performed this same task for another job that i'm using the same template for.  Got rid of the spacing between custom_1 and top row 1.  But the gradient overlay from custom_1 is overlapping below.  I've looked using chrome, firefox, explorer and edge.

URL: http://mauldingdemo.preludewebdesigns.com/


: Re: Module position spacing
: mikek January 15, 2018, 08:17:35 AM
Hello,

I am not exactly sure what is causing this, it seems the margins have been modified somewhere. Try adding the following to custom.css and clear browser cache:

#s5_top_row1_area1 {
margin-top:25px !important;
}