Automattic / themes

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

Bantry Theme: Navigation Block lost padding between elements #6386

Open ktyfuller604 opened 2 years ago

ktyfuller604 commented 2 years ago

Quick summary

Approximately a week ago the navigation block added to a page in the Bantry theme lost all padding between menu items.

Steps to reproduce

  1. Activate the Bantry theme
  2. Edit a Page
  3. Add a Navigation block to the page and choose a menu (classic or new, I did not see a difference)
  4. Preview or View the page

What you expected to happen

There should be spacing between each of the menu items. The screenshot below shows the site after custom CSS was added to add the spacing back.

Screen Shot on 2022-08-11 at 13-38-27

What actually happened

There is no spacing between menu items. The screenshot below shows the default behavior of the navigation block.

Screen Shot on 2022-08-11 at 13-40-27

Context

Customer report. #5457814-zd

Platform (Simple, Atomic, or both?)

Simple, Atomic

Theme-specific issue?

So far, I could reproduce on Bantry, but not other themes I tested (Pendant and Byrne).

Browser, operating system and other notes

No response

Reproducibility

Consistent

Severity

Some (< 50%)

Available workarounds?

Yes, easy to implement

Workaround details

With the following CSS:

.wp-block-navigation .wp-block-navigation-link {
    padding: 0 5px;
}
github-actions[bot] commented 2 years ago

Support References

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

Robertght commented 2 years ago

πŸ“Œ HOUSEKEEPING

πŸ“Œ SCRUBBING

πŸ“Œ FINDINGS/SCREENSHOTS/VIDEO

image

πŸ“Œ ACTIONS

jamiepalatnik commented 2 years ago

I can reproduce this for some other themes as well, including Alves and Exford.

User report: 5508103-zd-woothemes

Suggested CSS (upgrade required) or switching to a different theme as a workaround.

KirkwallDay commented 2 years ago

This happens on the old Blank Canvas theme too (The non-FSE one).