• HI,

    Firstly, totally awesome plugin so thanks for that.

    When I used it on a Genesis theme (Parallex Pro), the page content had no padding on the left, so I used the code you recommended to a previous question about padding.

    .page-template-template-page-builder-no-sidebar div#content.site-content {
        padding: 30px 10%;
    }

    This had no effect, so I used

    .wp-block-columns.are-vertically-aligned-center, .wp-block-group__inner-container {
        align-items: center;
        padding: 30px 10%;
    }

    I’d prefer to make the above css global rather than block specific so wondered if you had any suggestions. (I am after using Full width template)

    Thanks again
    Colinz

    • This topic was modified 3 years, 11 months ago by Colinz.
    • This topic was modified 3 years, 11 months ago by Colinz.

    The page I need help with: [log in to see the link]

  • The topic ‘FW padding’ is closed to new replies.