Archived topic
Bug in the pricing element
3 replies · Started by Vladimir on April 13, 2022
Hi,
On the bottom of https://attention.cc/ I added your beautiful pre-made pricing element. But, there is a bug in it - you will see big black line going across. I tried cleaning WPEngine cache but it doesn't work. The black line is still there? Do you need me to send you login so you can fix it?
Hi Vladimir,
This is a WP Core Template, and the css causing this issue seems to be coming from WP.
Try adding this CSS in Appearance > Customize > Additional CSS:
.wp-block-button.has-custom-width.wp-block-button__width-100 {
width: unset;
flex-basis: unset;
}
Hope this helps! Kindly let us know how it goes. :)
Yes, this worked. Code is poetry to you. I wish I had your skills. Closing ticket.
You’re welcome Vladimir! Glad that worked! :)