Shape 5

Joomla Templates => Store Pro - Club => : enya1995 July 10, 2018, 10:06:02 AM



: space top row1-2
: enya1995 July 10, 2018, 10:06:02 AM
Hi,
in my site http://www.bflow.it/site/index.php/en/
the dimension of images in the position top row 1 and top row 2 are the same but these are showing in different mode. In the top row 2 the space is different .
How can I resolve this problem ?

Thanks in advance
Alessio


: Re: space top row1-2
: jonahh July 10, 2018, 10:17:04 AM
Hello,

I believe you are referring to the following and you can see the top row 2 is here but not the top row 1:

:
#s5_pos_custom_2, #s5_top_row2_area_inner, #s5_above_columns_inner, #s5_bottom_row1_area2 {
    padding-bottom: 100px;
    padding-top: 100px;
}

template.css line 1028

Just change to the following if you want the same padding-top and bottom:

:
#s5_pos_custom_2, #s5_top_row1_area_inner, #s5_top_row2_area_inner, #s5_above_columns_inner, #s5_bottom_row1_area2 {
    padding-bottom: 100px;
    padding-top: 100px;
}


: Re: space top row1-2
: enya1995 July 11, 2018, 01:45:15 AM
Thank for your reply.

I resolve add this at line 1047
#s5_top_row2_area1 .module_round_box_outer {
   margin-left:0px;
   margin-right:0px;}

regards
alessio