Home › Forums › WoodMart support forum › Footer space Footer space This topic has 5 replies, 2 voices, and was last updated 3 years, 4 months ago by Elise Noromit. Viewing 6 posts - 1 through 6 (of 6 total) Author Posts August 6, 2021 at 3:01 pm #311178 natmdParticipant Hi, I want to know how can I add more space between the footer and the website content Attachments:You must be logged in to view attached files. August 7, 2021 at 10:13 am #311269 Elise NoromitMember Hello, Please add this code to the Theme Settings > Custom CSS > Global: body.woocommerce-cart .footer-container{ margin-top:150px; } This code would work for shopping carts only. If you want to move footer down on all the pages use this code: body .footer-container{ margin-top:150px; } You can change value 150 to increase or decrease the gap. Best Regards August 7, 2021 at 5:37 pm #311312 natmdParticipant Can you please provide me a code for the shop page as well? August 7, 2021 at 7:36 pm #311335 Elise NoromitMember Hello, Please add this code to the Theme Settings > Custom CSS > Global: body.woocommerce-shop .footer-container{ margin-top:150px; } Best Regards August 7, 2021 at 8:08 pm #311340 natmdParticipant I added it but it didn’t work August 8, 2021 at 11:54 pm #311474 Elise NoromitMember Hello, Please provide your shop page URL. Best Regards Author Posts Viewing 6 posts - 1 through 6 (of 6 total) You must be logged in to create new topics. Login / Register