Home › Forums › WoodMart support forum › How to keep items always on top How to keep items always on top This topic has 6 replies, 2 voices, and was last updated 3 years, 11 months ago by Aizaz Imtiaz Awan. Viewing 7 posts - 1 through 7 (of 7 total) Author Posts December 16, 2020 at 6:25 am #251305 JoseAGLParticipant How to keep items always on top Always keep the following elements in front: -Cookies PopUp -Bar on the right where all purchases appear all this so that the messenger chat does not appear in front Attachments:You must be logged in to view attached files. December 16, 2020 at 8:08 am #251337 Aizaz Imtiaz AwanKeymaster Hello, I saw the screenshots you attached. The messenger icon is displayed on top because by default it has assigned a greater z-index value. Please try adding the following Custom CSS in the Custom CSS for Mobile area under Theme Settings >> Custom CSS and see if it helps. .fb_dialog.fb_dialog_mobile { z-index: 111 !important; } Regards. Xtemos Studios. December 17, 2020 at 8:31 pm #251879 JoseAGLParticipant Wow! Thanks a lot. December 17, 2020 at 8:36 pm #251882 JoseAGLParticipant Can you help me on the desktop version? Attachments:You must be logged in to view attached files. December 18, 2020 at 6:23 am #251980 Aizaz Imtiaz AwanKeymaster Hello, You are Most Welcome. I saw the screenshot you attached. In the screenshots, you mentioned the mobile that’s why I asked you to add the CSS to Custom CSS for Mobile. If you want to make it work on the desktop version too then move the CSS to the Global Custom CSS area under Theme Settings >> Custom CSS. Regards. Xtemos Studios. December 19, 2020 at 4:19 am #252268 JoseAGLParticipant It stays the same above the elements, maybe because of the code that says mobile Attachments:You must be logged in to view attached files. December 19, 2020 at 6:22 am #252278 Aizaz Imtiaz AwanKeymaster Hello, I saw the screenshot you attached. Please try adding the following Custom CSS in the Global Custom CSS area under Theme Settings >> Custom CSS. .fb_dialog.fb_dialog_advanced { z-index: 111 !important; } Regards. Xtemos Studios Author Posts Viewing 7 posts - 1 through 7 (of 7 total) You must be logged in to create new topics. Login / Register