Shape 5

Joomla Templates => Incline - Club => : Muskurata August 03, 2015, 04:27:04 AM



: White space under the topmenu.
: Muskurata August 03, 2015, 04:27:04 AM
Hello. Please take a look at:

http://www.ethiopal.com/sharita/

I've removed the full screen custom_1 position. There's no breadcrumb or language changer.
But there's an aweful lot of white space in between the top menu and the first content row (which is on top_row_2 btw).
Even more white space than is in between the other rows.

How can I reduce the height of the white space? At the top and in between the rows.


: Re: White space under the topmenu.
: mikenicoll August 04, 2015, 12:40:20 AM
Hello,

You can adjust this below.
:
Template.CSS - Line 492

#s5_top_row1_wrap, #s5_top_row2_wrap, #s5_top_row3_wrap, #s5_bottom_row1_wrap, #s5_bottom_row2_wrap, #s5_bottom_row3_wrap, #s5_above_columns_inner, #s5_below_columns_inner {
    margin-left: -45px;
    margin-right: -45px;
    padding-bottom: 70px;
    padding-top: 120px;
}