Rebalance theme: Mystery extra padding adde to pages #8213
Labels
Customer Report
Issues or PRs that were reported via Happiness. Previously known as "Happiness Request".
[Feature Group] Appearance & Themes
Features related to the appearance of sites.
[Platform] Atomic
[Platform] Simple
[Pri] Low
Triaged
[Type] Bug
Something isn't working
Quick summary
On websites using the delisted theme, Rebalance, pages (not Portfolio blog, or posts)) suddenly show extra padding.
Now, I know that Rebalance is a delisted theme, but thought I would report the issue anyway.
Context: p1704302097786639/1704301200.303659-slack-C048CUFRGFQ
Steps to reproduce
To reproduce, install rebalance on a website and notice how all parent pages have some padding now.
It looks great on the theme, but existing websites with this theme were designed without this extra padding in mind.
A clear and concise description of what you expected to happen.
The padding should not have changed unexpectedly.
What actually happened
The padding was added with no option to remove it.
Impact
One
Available workarounds?
Yes, easy to implement
If the above answer is "Yes...", outline the workaround.
/* Remove extra padding on Rebalance theme */
@media screen and (min-width: 881px) {
.page .page:not(.wp-block-newspack-blocks-carousel .page) {
padding: 0px;
}
}
Platform (Simple and/or Atomic)
Simple, Atomic
Logs or notes
8792217-zd-a8c
The text was updated successfully, but these errors were encountered: