Home › Forums › WoodMart support forum › Remove Spaces Remove Spaces This topic has 1 reply, 2 voices, and was last updated 6 years ago by Aizaz Imtiaz Awan. Viewing 2 posts - 1 through 2 (of 2 total) Author Posts November 10, 2019 at 4:50 pm #156139 masood nikrooParticipant Hello, i want to remove blank white space in single product pages and footer like in images i send.. https://drive.google.com/file/d/1xWY7VnOzAE7qk65V-R6Qh8hIFXw14Gng/view?usp=drivesdk https://drive.google.com/file/d/1BRKywh8TQ0BWl-cnStYhvvR_og3EUCjz/view?usp=drivesdk how to fix them? Regards. November 11, 2019 at 6:24 am #156200 Aizaz Imtiaz AwanKeymaster Hello, For the footer you can use the below CSS code in your Custom CSS for mobile area under theme settings: .copyrights-centered .min-footer { margin-top: -70px; } For the tabs on the single product page you can use the below css code in Custom CSS for mobile area under theme settings: .single-product-page>div:not(:last-child) { margin-bottom: 45px; } Best Regards. Author Posts Tagged: Remove Spaces Viewing 2 posts - 1 through 2 (of 2 total) You must be logged in to create new topics. Login / Register