Skip to content

Argent theme - Buttons are cut off at the bottom #8034

Open

Description

Quick summary

User reported that the buttons on their site are cut off at the bottom. Here's what it looked like:
image

Upon investigating, it appears to be an issue with the theme. tags have a border-bottom set to transparent color, causing the issue. Here's a screenshot of the applied CSS:
image

Steps to reproduce

  1. Install "Argent" theme
  2. Create a page and add a button to it
  3. Set the button style to "Outline". Screenshot for reference:
    image

A clear and concise description of what you expected to happen.

The button should look like the screenshot with border on all sides:
image

What actually happened

The border-bottom of the button is missing, which makes it look like it's cut off. Screenshot here:
image

Impact

One

Available workarounds?

Yes, easy to implement

If the above answer is "Yes...", outline the workaround.

A temporary workaround is to add the following CSS:
.wp-block-button a { border: 2px solid !important; }
Not suitable for free sites

Platform (Simple and/or Atomic)

Simple, Atomic

Logs or notes

There are other bug reports for Argent theme on different issues.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Assignees

No one assigned

    Type

    No type

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions