Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Rebalance theme: Mystery extra padding adde to pages #8213

Open
filipanoscampos opened this issue Sep 28, 2024 · 2 comments
Open

Rebalance theme: Mystery extra padding adde to pages #8213

filipanoscampos opened this issue Sep 28, 2024 · 2 comments
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

Comments

@filipanoscampos
Copy link

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

Copy link
Contributor

Support References

This comment is automatically generated. Please do not edit it.

  • 8792217-zen

@github-actions github-actions bot added the Customer Report Issues or PRs that were reported via Happiness. Previously known as "Happiness Request". label Sep 28, 2024
@Robertght
Copy link

📌 REPRODUCTION RESULTS

  • Tested on Simple – Replicated
  • Tested on Atomic – Replicated

📌 ACTIONS

  • Triaged

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
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
Projects
Development

No branches or pull requests

2 participants