Tagged: ,

Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #216548

    As much as I like the Enfold theme, there is too much white space between page elements. How can I adjust these? I’ve tried to use the quick CSS, but I’m simply not finding the right combination. For example, on each page, I use the advance page layout feature to compose a page. However, there is a gap below the breadcrumb area that’s at least 50 pixels high. I would like to close that gap to something much smaller.

    Thank you for your assistance!

    #216574

    Hey cerelogic!

    Please add following code to Quick CSS in Enfold theme options under Styling tab

    .content, .sidebar { padding-top: 0; padding-bottom: 0; }

    For other specific sections, please post the link to your website and point out

    Regards,
    Yigit

    #216587

    Thanks for the response.

    I had already that and tried it again, cleared browser cache, etc.

    Unfortunately it does NOT work.

    #216607
    This reply has been marked as private.
    #216720

    Hey!

    You can adjust the column’s top margin:

    body .column-top-margin {
    margin-top: 10px;
    }

    Best regards,
    Ismael

Viewing 5 posts - 1 through 5 (of 5 total)
  • The topic ‘How to adjust padding on pages?’ is closed to new replies.