Automattic / themes

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

Argent: Contact Form button text isn't aligned #5835

Open jromales opened 2 years ago

jromales commented 2 years ago

Quick summary

When creating a Contact Form in a Simple site and using Argent theme, the Send or Submit button's text is not centered properly. I've reproduced the issue using my test site and using the same theme.

Steps to reproduce

  1. Create a site and use Argent theme
  2. Create a page with a simple Contact Form with the default settings
  3. Preview the page

What you expected to happen

The button text should be centered as per in the editor view: Screen Shot 2022-04-09 at 3 59 33 PM

What actually happened

When accessing the page live, or if previewed, the text isn't centered: Screen Shot 2022-04-09 at 4 00 21 PM

Context

4929111-zd-woothemes

Simple, Atomic or both?

Simple

Theme-specific issue?

Yes, it's only happening with Argent theme so far

Browser, operating system and other notes

No response

Reproducibility

Once

Severity

One

Available workarounds?

Yes, easy to implement

Workaround details

The workaround is to add a CSS snippet and while their plan allows CSS customization. In my case I provided the CSS:

.contact-form .wp-block-jetpack-button button {
  padding: 10px 30px;
  height: auto;
} 
Gustavo-Hilario commented 1 year ago

Another report here: 6013262-zen

github-actions[bot] commented 1 year ago

Support References

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