[Support request] Need help with Page Sections

Home Forums Support [Support request] Need help with Page Sections

Home Forums Support Need help with Page Sections

Viewing 2 posts - 16 through 17 (of 17 total)
  • Author
    Posts
  • #276302
    Leo
    Staff
    Customer Support

    I see. Try this CSS:

    .site-footer {
        margin-top: 20px;
    }
    #276303
    Leo
    Staff
    Customer Support

    To add white border around specific sections:
    – First add the class whiteborder in Custom Classes field in the Sections settings
    https://docs.generatepress.com/article/sections-overview/#opening-the-section-settings

    – Then add this CSS:

    .whiteborder{
        border: 2px solid #ffffff;
        box-sizing: border-box;
    }
Viewing 2 posts - 16 through 17 (of 17 total)
  • You must be logged in to reply to this topic.