Viewing 3 replies - 1 through 3 (of 3 total)
  • Hey there JChaitanyaReddy,

    How are you doing today?

    This should be possible with some custom CSS. Could you please post link to your site so I can take a closer look?

    Best regards,
    Bojan

    Thread Starter JChaitanyaReddy

    (@jchaitanyareddy)

    Hi Bojan

    Thank you for the quick reply, I am doing great and hope you are as well :).

    The website I am working with is https://www.juicebox.co.in/

    Thank you for your inputs.

    Best regards
    Chaitanya

    Hey there Chaitanya,

    Thank you for the link.

    You can change the white background by adding the following CSS code in the style.css file of your child theme or add it in your site using the following plugin:

    https://www.ads-software.com/plugins/simple-custom-css

    body div#page {
    background: #fff;
    }

    As for the page width you can increase the original padding on the body to make the page area smaller. Please add the following:

    body {
    padding: 20px 20px;
    }

    Note that this is the original padding on the body element. Please increase the 2nd numeric value (which represents left and right padding) to increase the space on the left/right of the content area.

    Please let me know if this helps ??

    Best regards,
    Bojan

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Changing the page width and colour’ is closed to new replies.