Home › Forums › WoodMart support forum › Module arrangement › Reply To: Module arrangement
February 10, 2021 at 10:53 am
#265298
Aizaz Imtiaz Awan
Keymaster
Hello,
I saw the screenshot you attached.
Sorry but it is not possible to modify the z-index value of the chat module you added with Custom CSS because the z-index value is embedded within the iframe.
You can try adding the following Custom CSS in the Global Custom CSS area under Theme Settings >> Custom CSS to change the z-index value of the sidebar. And see if this works for you.
.cart-widget-side {
z-index: 99999999999;
}
Best Regards.