Home › Forums › WoodMart support forum › Global Padding Global Padding This topic has 1 reply, 2 voices, and was last updated 1 year, 5 months ago by Luke Nielsen. Viewing 2 posts - 1 through 2 (of 2 total) Author Posts February 7, 2024 at 9:51 pm #537832 r.khaloParticipant I need to add Global Padding from left and right. check the Picture please, the layout is boxed i want to adding layout from left and right Attachments:You must be logged in to view attached files. February 8, 2024 at 11:11 am #537920 Luke NielsenKeymaster Hello, Try to use the below code to increase the Global Padding from left and right. Define the code in Theme Settings -> Custom CSS -> Desktop CSS area. body .container { padding-right: 60px; padding-left: 60px; } Kind Regards Author Posts Viewing 2 posts - 1 through 2 (of 2 total) You must be logged in to create new topics. Login / Register