Shape 5

Wordpress Club Themes => Business Line - Club => : debcampos April 05, 2017, 03:43:48 PM



: Decrease space between Top Rows Position -HELP
: debcampos April 05, 2017, 03:43:48 PM
Hello, please could you let me know where in the template I can decrease the padding or space between Top Row 1 and Top Row 2 positions?

I'm using Business Line template for wordpress.

Thank you.


: Re: Decrease space between Top Rows Position -HELP
: Tristan Rineer April 06, 2017, 10:21:45 AM
Can you provide a link to your site so I can see what you're talking about?



Please remember to always post a link to your site when having issues with something on the front-end; I can't even begin to diagnose the cause of a problem if I can't see what's happening and inspect the code with Firebug (http://getfirebug.com/).


[Note: I am moving this topic to the correct board; please remember in the future to post theme/plugin specific questions to the board created specifically for the theme/plugin you are asking about.]


: Re: Decrease space between Top Rows Position -HELP
: debcampos April 06, 2017, 01:25:50 PM
Yes, here it is http://37.60.248.90/~jwhuntre/

It's not really a problem is just that i want less space between to top rows 1 and 2. I had the image fader module on the custom 1 position but i dont like how the menu lays over the picture, so I changed the module to top row 1 and I want my other module on top row 2 to be right below it. No space.

Please let me know?

Thank you


Can you provide a link to your site so I can see what you're talking about?



Please remember to always post a link to your site when having issues with something on the front-end; I can't even begin to diagnose the cause of a problem if I can't see what's happening and inspect the code with Firebug (http://getfirebug.com/).


[Note: I am moving this topic to the correct board; please remember in the future to post theme/plugin specific questions to the board created specifically for the theme/plugin you are asking about.]


: Re: Decrease space between Top Rows Position -HELP
: Tristan Rineer April 07, 2017, 02:05:20 PM
I asked one of the designers to take a look at it, and the following edit was suggested:


In css/template.css around line 370:
:
 .s5_no_custom_bg, #s5_pos_custom_4 {
    margin-bottom: 40px;
}

Changing that to 0 will take out half the spacing.


Unfortunately, I'm not sure what you would need to do in order to remove the rest of the gap.