Home Forums WoodMart support forum Issue with Sticky Add to Cart

Issue with Sticky Add to Cart

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #282183

    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.
    #282225

    Artem Temos
    Keymaster

    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

    #282307

    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.

    #282332

    Artem Temos
    Keymaster

    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

    #282342

    Can you please send me the updated CSS? These were the CSS that were provided by you earlier

    #282374

    Bogdan Donovan
    Keymaster

    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

Viewing 6 posts - 1 through 6 (of 6 total)