Home New Guten Forums WoodMart support forum Quick View “Clear” Button Cut Off

Quick View “Clear” Button Cut Off

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

    WASIPLtd_Website
    Participant

    Hello,

    Please see this screenshot, https://gyazo.com/2feaa378ffe084a9784cfe61162e75eb.

    Is there any way to fix the positioning of the “clear” button so it’s not getting cut off?

    Thanks.

    #371408

    Bogdan Donovan
    Keymaster

    Hi,

    Could you please send us a link to your website where we can see this issue?

    Kind Regards

    #371410

    WASIPLtd_Website
    Participant

    Hi Bogdan,

    Please see the private content of this message.

    Basically, all of the products with variations shown on the product grids within this section show the issue:

    https://gyazo.com/33fb223669ea3746556b880b6b74fd1f

    #371635

    Bogdan Donovan
    Keymaster

    Hi,

    Try to add the following code snippet to the Custom CSS area in Theme Settings to fix this issue.

    .popup-quick-view .wd-reset-side-lg .wd-reset-var {
    	width: auto;
    }
    
    .popup-quick-view .wd-reset-side-lg .reset_variations {
    	margin-left: 0;
    	display: none !important;
    }
    
    .popup-quick-view .variation-swatch-selected .reset_variations {
    	display: block !important;
    }

    Kind Regards

    #371660

    WASIPLtd_Website
    Participant

    Thank you Bogdan, very helpful and fixed my issue.

    #371879

    Bogdan Donovan
    Keymaster

    You are welcome!

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