• Resolved brindleg

    (@brindleg)


    Hi everyone! I used the Layout Grid plugin to create a grid of cover blocks on my WordPress page. While this appears perfectly when I edit the page, the grid is too large for the container on the published version of the page. Any ideas for how I can fix this/why this is happening? Suggestions for custom CSS?

    Thank you!

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

Viewing 1 replies (of 1 total)
  • Hello @brindleg ,

    You can follow these steps –
    1) Go to WordPress admin dashboard -> Appearance -> Customize.
    2) Select the Additional CSS tab.
    3) Then add the following CSS –
    .page.sidebar-position-no:not(.woocommerce) .alignfull {
    width: initial;
    margin-right: initial;
    margin-left: initial;
    }

Viewing 1 replies (of 1 total)
  • The topic ‘Oversized Cover Blocks’ is closed to new replies.