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

Gallery and paragraph blocks missing default spacing #7743

Open
Neha93517 opened this issue Apr 15, 2024 · 3 comments
Open

Gallery and paragraph blocks missing default spacing #7743

Neha93517 opened this issue Apr 15, 2024 · 3 comments
Labels
[Pri] Low [Status] Priority Review Triggered KitKat has been notified of this issue in #dotcom-triage-alerts [Theme] Revelar Triaged [Type] Bug Something isn't working

Comments

@Neha93517
Copy link

Quick summary

The space between galleries and paragraphs is missing. Gallery blocks are showing one after another without any space to distinguish between the galleries. Paragraphs are also not retaining the spacing.
Screenshot by user showing the Gallery without space:
image

Screenshot of what the Gallery looked like before:
image

Atomic site
Theme: Revelar

The user reported this here: Zen - 8042332

Steps to reproduce

  1. Install the theme Revelar
  2. Create a post
  3. Add two Gallery blocks and save changes
  4. View the post and Galleries show up without spacing

What you expected to happen

Gallery blocks should have spacing in between to distinguish.

What actually happened

No space between Gallery blocks, resulting in those showing one after another.

Impact

One

Available workarounds?

No and the platform is unusable

Platform (Simple and/or Atomic)

No response

Logs or notes

The issue couldn't be replicated on other themes like twenty twenty-four

@Neha93517 Neha93517 added [Type] Bug Something isn't working Needs triage labels Apr 15, 2024
@github-actions github-actions bot added [Status] Priority Review Triggered KitKat has been notified of this issue in #dotcom-triage-alerts [Pri] High labels Apr 15, 2024
@philnick206
Copy link

Just adding that the following CSS seems to work to rectify the issue:

.tiled-gallery__gallery
{
margin: 25px 0px;
}

@mrfoxtalbot
Copy link

Thank you for the report, @Neha93517! I did a quick test and this seems to be theme-related:

Twenty Twenty-Four:
Screenshot 2024-04-16 at 14 43 35

Revelar:
Screenshot 2024-04-16 at 14 43 41

I am going to move it to the themes repo and relabel it.

@mrfoxtalbot mrfoxtalbot transferred this issue from Automattic/wp-calypso Apr 16, 2024
@mrfoxtalbot
Copy link

Please note that this is probably affecting other themes.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
[Pri] Low [Status] Priority Review Triggered KitKat has been notified of this issue in #dotcom-triage-alerts [Theme] Revelar Triaged [Type] Bug Something isn't working
Projects
Development

No branches or pull requests

3 participants