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

Geologist: Layout Change on Header #57481

Closed
carinapilar opened this issue Oct 29, 2021 · 4 comments
Closed

Geologist: Layout Change on Header #57481

carinapilar opened this issue Oct 29, 2021 · 4 comments
Labels
[Type] Bug When a feature is broken and / or not performing as intended

Comments

@carinapilar
Copy link

carinapilar commented Oct 29, 2021

Quick summary

User reported that the positioning of elements in the header recently changed.

Steps to reproduce

  1. Activate the Geologist theme on your site
  2. Check the live site

What you expected to happen

For the site's title and tagline to be shown on the same line, as it shows on the theme page here: https://wordpress.com/theme/geologist

What actually happened

The tagline shows on a new line, as it's now showing on the theme's demonstration page here: https://geologistdemo.wordpress.com/

Context

Reported here: 4415469-zd-woothemes

The user said they didn’t change anything, so I checked for theme and CSS changes, and nothing should have affected that. But when I check their theme, Geologist, I found that the preview screenshot shows as they said it was. When checking posts about the launching of this theme, it also shows the header as the user mentioned, and it shows correctly on the WordPress.org theme showcase, and on its preview there (I also installed it on a WordPress.org site and it worked as expected).

It seems to have changed only on WordPress.com sites.

Workaround details

At the moment, we don't have a CSS to fix this for now.

@carinapilar carinapilar added [Type] Bug When a feature is broken and / or not performing as intended User Report labels Oct 29, 2021
@JoshuaGoode
Copy link

The default template parts for the header did receive some light tweaks recently. (D69262)

cc: @scruffian

@JoshuaGoode
Copy link

Seems it is related to recent Blockbase changes: Automattic/themes#4928

@carinapilar
Copy link
Author

CSS workaround for now:

/* Site branding / XXXXXX-HC (MI) */
.site-header > .wp-block-group {
  display: flex;
  align-items: center;
}

.wp-block-site-title {
  padding-right: 16px;
}

@scruffian
Copy link
Member

This has been reverted.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
[Type] Bug When a feature is broken and / or not performing as intended
Projects
None yet
Development

No branches or pull requests

3 participants