Button not clickable on featured product page

Hi!

I adjusted the featured product section on my homepage (https://songplate.shop/). But somehow only the text inside of the button (“Jetzt konfigurieren”) is clickable, when I try to click the green space of the button the link is not opening. I tried some different HTML codes but nothing seems to make it work.

How can I make the whole button clickable?

@fblome

Thanks for post

can you please guide or please send images issue

Sure!

@fblome

Thanks for clear

  1. Go to Online Store->Theme->Edit code
  2. Asset->/theme.css ->paste below code at the bottom of the file.
.product-form__cart-submit {
    padding: 0;
}
.product-form__cart-submit a {
    display: block;
    height: 44px;
    line-height: 44px;
}

Thank you for your help! But sadly it’s not working with your provided code.

@fblome

can you please add me on staff so i will update proper code

Yes, I invited you on your e-mail adress from your signature!

@fblome

Thanks for add

Yes, i have done this, please check

Hello, do you know where I could paste this code in the Dawn theme? I don’t see theme.css section under Assets. My “View All” button for the Featured Collection on the Home Page is only clickable on the bottom third of the button (similar to how the OP’s was only clickable on the text). I’m hoping this code can help with that, but if not do you know of something else?