pHi
How can I get rid off the white space between the modul positions (f.i, section-1 and section-2)? See picture.
I tried the custom.css think in the template styles, but it seems not to work.
Thanks for your help.

regards
Uwe

    smarty70

    You can override with this custom CSS:

    div#t4-section-1 {
        padding-top: 30px !important;
        padding-bottom: 30px !important;
    }

    and change to your desired value.

    Write a Reply...
    You need to Login to view replies.