• Resolved Kindfamily

    (@kindfamily)


    Hello,
    I am currently finishing up work on my online shop, but would like to pad the sides and top of the page so that it isn’t full width.
    Any help is appreciated!

    The page I need help with: [log in to see the link]

Viewing 5 replies - 1 through 5 (of 5 total)
  • Hey @kindfamily

    It looks like you’re using an additional page builder for this (Visual Composer, I believe?), so it’s best to check if there are any options in the editor to set that.

    Thread Starter Kindfamily

    (@kindfamily)

    Senff,

    I appear to be having some troubles with visual composer at the moment. It refuses to load only that page. I have contacted support, so hopefully that will solve the issue. I will follow-up as soon as I have the issue resolved.

    Thank you!

    Thread Starter Kindfamily

    (@kindfamily)

    A quick update,

    It appears the reason that visual composer isn’t working on the checkout page is because they only offer Woocommerce support with their premium version. Is there any way I could add padding without using visual composer?

    Hey @kindfamily

    You can do this with the following CSS code:

    body.woocommerce-checkout {
      padding: 20px;
    }
    Thread Starter Kindfamily

    (@kindfamily)

    Senff,

    Thanks, that worked perfectly!

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Adding Padding to Checkout’ is closed to new replies.