• Hello,

    I am new to WordPress and I am attempting to remove the space on the left and right of the page. On my mobile device and tablet the website looks normal. However, on my desktop there is too much space on the left and right side. How can I remove?

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

Viewing 1 replies (of 1 total)
  • Hey there!

    It looks like this site is hosted on WordPress.com, so you can reach out for assistance with this theme here: https://wordpress.com/help/contact also.

    The CSS you require is:

    
    /* Increase site width */
    
    .site {
        width: 100%;
        max-width: 100%;
    }

    This can be added via Appearance > Customize > Additional CSS.

Viewing 1 replies (of 1 total)
  • The topic ‘Extreme Space Left and Side of Site’ is closed to new replies.