Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #171370

    I want to lessen the amount of whitespace on my pages. The particular areas of whitespace are sidebar, footer, main body, etc. Is this a matter of lowering the padding? How do I go about decreasing the margin/padding? My site is: http://www.gatewaychurchtest.net/sandbox0/.

    Thank you very much.

    #171462

    Hey jjranson!

    Add this code to the Quick CSS (Enfold > Styling):

    .boxed .container {
    margin: 0px 25px !important;
    width: 960px !important;
    }
    .content .entry-content {
    padding-right: 25px !important;
    }
    .content, .sidebar{
    padding-top: 25px !important;
    padding-bottom: 25px !important;
    }
    .inner_sidebar {
    margin-left: 25px !important;
    }

    Result:

    Best regards,
    Josue

Viewing 2 posts - 1 through 2 (of 2 total)
  • The topic ‘How to Decrease Whitespace’ is closed to new replies.