• Resolved lyden

    (@lydenyardley)


    My container width is set to 1000px in Astra Theme settings, but the layout is not being set correctly.

    Steps to reproduce:

    1. Open editor and add Section block
    2. Set Layout to ‘Full Width’
    3. Turn on ‘Inherit Inner Width from Theme’
    4. Add some text, save, inspect element, and you’ll see that the section width is 1200px because the following CSS has been set:
    .ast-no-sidebar .entry-content .alignwide {
        margin-left: -100px;
        margin-right: -100px;
        max-width: unset;
        width: unset;
    }

    The settings are correct upto 921px wide viewport:

    .ast-header-break-point .entry-content .alignwide {
        margin-left: auto;
        margin-right: auto;
    }

    Can this be updated please?

Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Incorrect CSS for sections with alignwide class’ is closed to new replies.