Add to cart on mobile overlaping for Sparkling WordPress theme

Hi,

Love your theme, is there a way to change width of add to cart button on mobile because add to cart buttons are touching

Tnx

Hi @niktip,

I hope you are well today and thank you for your question.

You can try achieving this by adding the following CSS code in the Custom CSS option of the latest version of Sparkling theme on the below path.

Admin Area -> Appearance -> Customize -> Sparkling Options -> Other -> Custom CSS

.woocommerce ul.products li.product .button {
    max-width: 100%;
    white-space: pre-line;
    text-align: center;
}

Best Regards,
Movin

Hi @niktip,

I hope you are well today and thank you for your question.

You can try achieving this by adding the following CSS code in the Custom CSS option of the latest version of Sparkling theme on the below path.

Admin Area -> Appearance -> Customize -> Sparkling Options -> Other -> Custom CSS

.woocommerce ul.products li.product .button {
    max-width: 100%;
    white-space: pre-line;
    text-align: center;
}

Best Regards,
Movin