• I’m using Twenty Twenty-Two to build a full-width site. I’ve set up the header as shown here:

    I want the header, row, and cover to span full width, but I don’t see the setting for full width on any of these elements. Here are the Group settings:

    Here are the Row settings:

    Here are the Cover settings:

    I’m using this code in my Additional CSS (from @calc20):

    .wp-block-group.is-full-width, .wp-block-cover {
    margin-left: 0 !important;
    margin-right: 0 !important;
    width: 100vw !important;
    max-width: 100% !important;
    }
    /* center footer nav */
    .footer-nav {
    padding-left: -500 px
    }

    What am I missing? How do I set these elements to full width?

    Thank you in advance for your help.

  • You must be logged in to reply to this topic.