Home Forums WoodMart support forum Changes not showing up on the website Reply To: Changes not showing up on the website

#299651

Hello,

I saw the screenshots you attached.

Please try adding the following Custom CSS in the Custom CSS for Mobile under Theme Settings >> Custom CSS.

.wd-sticky-btn .single_add_to_cart_button {
    width: 50% !important;
}

.wd-sticky-btn .quantity:not(.hidden)+.single_add_to_cart_button {
    padding-left: 10px;
}

button.button.pisol_single_buy_now.pisol_buy_now_button.pisol_type_simple {
    width: 50% !important;
}

And see if this works for you. Otherwise, it requires Customizations.

Best Regards