themes
themes copied to clipboard
#66356: Lodestar: Home page: Full width blocks are not full width
Changes proposed in this Pull Request:
Removing a CSS selector that was preventing full-width blocks from being full width on the Lodestar home page.
Before | After |
---|---|
![]() |
![]() |
Related issue(s):
Lodestar: Home page: Full width blocks are not full width Automattic/themes#6352
Fixes: https://github.com/Automattic/themes/issues/6352
I see that the bit removed was originally added here on purpose. Does the original issue (wide and full elements in two-column layouts) still apply? Is it appropriately dealt with in another way?
Yup, can confirm that the original reason that was applied is still valid:
It only seems to matter if it's using 2 columns so maybe something specific to the .lodestar-panel two-column
classes (or something) is necessary to remain.
Thank you for the heads-up here, @pbking .
The code was allowing full-width content on all Lodestar panels, except the home page panel that has the lodestar-intro
class, not lodestar-panel
. I've added the code that will help with full-width content on the Lodestar home page.