Hi
I’ve been trying to add padding to the “add to cart” button used in on the Predictive Search results page, but tried so many ways unsuccessfully.
Since the plugin uses the default theme CSS to style the results page, can you help me find where I can add the CSS elements to make this work.
Here’s a snapshot of a search results page:
https://www.dropbox.com/s/g0uecahb6ssne50/predictive%20search%20issue.jpg?dl=0
Here’s a live search results page (if it works)
http://lysetremblayjewelry.ca/woocommerce-search/keyword/lapis/search-in/product/search-other/product,p_cat
Thanks
Lyse
Hey Lyse!
Try adding this code to the Quick CSS:
.rs_rs_addtocart {
margin: 10px 0;
}
.rs_rs_addtocart .add_to_cart_button{
display: inline-block;
}
Cheers!
Josue
Hi Josue,
The code did not work. I had tried the first suggested code as well.
Thanks
Lyse
Put it at the start of your child style.css.
Best regards,
Josue
Hi Josue,
Worked perfectly!
Thank you
Lyse