Hello,
I am trying to reduce the white space between section 3 and section 6 (same issue below above section 12 I think)
How can I do that? I unpublished the modules in between as they are not necessary and even deleted the sections from the template to no avail.

I cannot seem to add a screenshot

    rathulfr
    Hi
    Add this code in custom css and change the padding values

    .t4-section-3 {
        padding-top: 90px;
        padding-bottom: 120px;
    }
    .t4-section-6, .t4-section-11 {
        padding-top: 90px;
        padding-bottom: 150px;
    }

    Reduce them to reduction of the white space like 50px

    Ninja locked the discussion.
    Write a Reply...
    You need to Login to view replies.