Jump to content

Archived

This topic is now archived and is closed to further replies.

rwk123

Reduce spacing between modules in OnePage?

Recommended Posts

rwk123

greatbaycapital.com       I am using OnePage and would like to  reduce the spacing between the modules.  Is there a way to do this?   

Share this post


Link to post
Share on other sites
edgarcheverier

Hi,

You can use this CSS code into your LESS/CSS editor:

section.plop-module.pl-scheme-dark.fp-section.active.fp-table.fp-completely{
        margin-botton: -300px;
}

 

It's going to look like this: https://cl.ly/0k2q1T3u3S2j

Share this post


Link to post
Share on other sites

×