Home New Guten › Forums › WoodMart support forum › Quick View “Clear” Button Cut Off Quick View “Clear” Button Cut Off This topic has 5 replies, 2 voices, and was last updated 3 years, 3 months ago by Bogdan Donovan. Viewing 6 posts - 1 through 6 (of 6 total) Author Posts April 27, 2022 at 4:07 pm #371405 WASIPLtd_WebsiteParticipant 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. April 27, 2022 at 4:16 pm #371408 Bogdan DonovanKeymaster Hi, Could you please send us a link to your website where we can see this issue? Kind Regards April 27, 2022 at 4:21 pm #371410 WASIPLtd_WebsiteParticipant 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 April 28, 2022 at 12:19 pm #371635 Bogdan DonovanKeymaster 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 April 28, 2022 at 1:29 pm #371660 WASIPLtd_WebsiteParticipant Thank you Bogdan, very helpful and fixed my issue. April 29, 2022 at 9:02 am #371879 Bogdan DonovanKeymaster You are welcome! Author Posts Tagged: quick view clear button css Viewing 6 posts - 1 through 6 (of 6 total) You must be logged in to create new topics. Login / Register