Home › Forums › WoodMart support forum › Add close Button for shop filters sidebar › Reply To: Add close Button for shop filters sidebar
March 3, 2022 at 11:29 am
#357157
Aizaz Imtiaz Awan
Keymaster
Hello,
Please try adding the following Custom CSS for that.
.wd-show-sidebar-btn.wd-action-btn.wd-style-text a {
position: absolute;
right: 0;
left: auto;
}
Best Regards