Home Forums WoodMart support forum Global Padding

Global Padding

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #537832

    r.khalo
    Participant

    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.
    #537920

    Luke Nielsen
    Keymaster

    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

Viewing 2 posts - 1 through 2 (of 2 total)