Home › Forums › WoodMart support forum › Closing the left side filter on catalogue/shop pages, returns to landing page › Reply To: Closing the left side filter on catalogue/shop pages, returns to landing page
March 23, 2022 at 11:12 am
#363339
pooltechdk
Participant
Hi Artem,
Thank you for getting back to me.
I have managed to find a workaround.
I found out the button has the class .wd-action-btn, and by changing flex: 0 0 auto;
to flex: 0 0 100%;
it moved the closing button to the far left.
Now there is no problem when clicking the close button.
Here is the css code that I added to the style sheet.
.wd-heading .wd-action-btn {
flex: 0 0 100%;
}
Unfortunately I can not deactivate all plugins on our live site, but I will keep this for later when I have the possibility to do so.
Wishing you a good day.