How to prevent button overlap with added padding?

Hello Can only please tell me how to add padding to that the words for the buy now button don’t cover part of the add to wishlist button My store url is Projects817.com

Thank you in advance!

Hi @Only1mrsfragili ,

You can follow the instruction below:

  1. Go to Online Store->Theme->Edit code
  2. Asset->/socialshopwave-custom.css>paste below code at the bottom of the file:
#widget-fave-html .ssw-fave-btn {
    margin-top: 30px;
}

If you feel like my answer is helpful, please mark it as a SOLUTION. Let me know if you have any further questions.

Best regards.

@Only1mrsfragili

oh sorry for that issue can you try this code

  1. Go to Online Store->Theme->Edit code
  2. Asset->/styles.css ->paste below code at the bottom of the file.
#shopify-block-9879c195-4f5c-4e0c-93aa-10a4ea6b3965 {margin-top: 30px;}
#shopify-block-9879c195-4f5c-4e0c-93aa-10a4ea6b3965 #widget-fave-html {max-width: 100% !important;}

Thank you so much!

Thank you very much for your response!

@Only1mrsfragili

thanks for update its our pleasure to help us