Home › Forums › WoodMart support forum › product bottom margin on mobile product bottom margin on mobile This topic has 5 replies, 3 voices, and was last updated 2 years, 4 months ago by Aizaz Imtiaz Awan. Viewing 6 posts - 1 through 6 (of 6 total) Author Posts July 17, 2022 at 2:28 pm #391539 cesaicumparParticipant There is margin-bottom: 20px on mobile products I added the following code @media (max-width: 768px) .wd-add-btn { margin-bottom: 0px !important; } but it doesn’t remove the margin. what am i missing? July 17, 2022 at 5:39 pm #391566 Elise NoromitMember Hello, Please insert the site admin access into the Private content below the message area. We will take a closer look at the case. Best Regards July 17, 2022 at 11:48 pm #391591 cesaicumparParticipant I’d love if I could edit or delete my replies. Take this as a feedback I changed the password and added the details in the private area July 18, 2022 at 10:56 am #391693 Aizaz Imtiaz AwanKeymaster Hello, Please provide a relevant screenshot where the margin is to check it myself and help you out accordingly. Best Regards July 19, 2022 at 9:40 am #391976 cesaicumparParticipant https://postimg.cc/vxcTNNrq July 19, 2022 at 1:20 pm #392074 Aizaz Imtiaz AwanKeymaster Hello, Please try adding the following Custom CSS in the Custom CSS for Mobile area under Theme Settings >> Custom CSS. .wd-add-btn { margin-bottom: 0; } Best Regards Author Posts Viewing 6 posts - 1 through 6 (of 6 total) You must be logged in to create new topics. Login / Register