Issue with Sticky Add to Cart
-
After the update the sticky add to cart section has been completely messed up on my website. I use lumise product designer hence there will be two buttons. Before the update the alignment was perfect. But after the update the button alignment is completely messed up. Please check the Screenshot for your ref
Attachments:
You must be
logged in to view attached files.
Hello,
Could you please disable all plugins that are not related to our theme, switch to the parent theme and provide us your admin access so we can check it?
Thank you in advance
Please find the login details.
Important Note: Do not disable Lumise Plugin because i need both design now and add to cart buttons as shown in the above screenshot.
It looks like you had some custom CSS for this. You need to revise your CSS after the update and make sure that all CSS classes exist. Some classes prefixes are changed from woodmart-
to wd-
.
Kind Regards
Can you please send me the updated CSS? These were the CSS that were provided by you earlier
Following part on screenshot (http://prntscr.com/11c0nie) need to be replaced with:
@media (max-width: 575px) {
.wd-sticky-btn .lumise-customize-button {
border-radius: 0;
width: 100%;
padding-left: 90px;
}
}
And this (http://prntscr.com/11c0q2b) part with this code:
.main-footer .wd-lazy-load {
width: auto;
}
Kind Regards