Incorrect CSS for sections with alignwide class
-
My container width is set to 1000px in Astra Theme settings, but the layout is not being set correctly.
Steps to reproduce:
- Open editor and add Section block
- Set Layout to ‘Full Width’
- Turn on ‘Inherit Inner Width from Theme’
- 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.