Automattic / themes

Free WordPress themes made by Automattic for WordPress.org and WordPress.com.
https://themeshaper.com
GNU General Public License v2.0
847 stars 342 forks source link

Exford: Pullquote no longer having top and bot padding #7805

Open Robertght opened 1 month ago

Robertght commented 1 month ago

Quick summary

It appears that somewhere in the recent updates the top and bottom padding for the Pullquote block was removed from the theme styling and it needs to be manually set within the block settings.

Steps to reproduce

  1. Start on a simple site
  2. Activate Exford.
  3. Add a pullquote on a page and check the results.
  4. The text should be closer to the top and bottom padding, yet the preview in the editor is correct.

What you expected to happen

To see the quotes with a top and bottom padding as in the editor.

What actually happened

The padding wasn't there but if we check the block settings, the padding are set to 0 until we start adjusting them.

Browser

Google Chrome/Chromium

Context

8185819-zd-a8c

Platform (Simple, Atomic, or both?)

No response

Other notes

No response

Reproducibility

Consistent

Severity

None

Available workarounds?

None

Workaround details

For existing sites with the Explorer plan, we can use CSS to adjust the padding for all blocks at once. Example:

.wp-block-pullquote {
   padding-top: 32px;
   padding-bottom: 32px;
github-actions[bot] commented 1 month ago

Support References

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

liviopv commented 1 month ago

📌 REPRODUCTION RESULTS

📌 FINDINGS/SCREENSHOTS/VIDEO

Simple CleanShot 2024-05-28 at 11 20 26@2x

Atomic CleanShot 2024-05-28 at 11 22 20@2x

📌 ACTIONS