• The site isn’t public as yet. I’m developing it on a private network in Docker.

    How can I remove the right hand white space (column?) in Twenty ten?

    I’d love to paste a screenshot but it seems the site needs to be public.

    TIA

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

Viewing 4 replies - 1 through 4 (of 4 total)
  • Could you please share a screenshot of that section you want to remove then it will be easy to give solution.

    Moderator bcworkz

    (@bcworkz)

    Add the following to the customizer’s additional CSS section:

    #primary {
        display: none;
    }
    #content {
        margin: 0 20px;
    }

    The right sidebar HTML still exists on the page, except it’s now hidden. To fully remove the HTML as well, you’d need to create a child theme and copy over the sidebar.php template. In the child version, make this template essentially blank. You’ll still need the #content CSS shown above for it to have the correct width.

    Thread Starter tdsbc

    (@tdsbc)

    Thank you both.

    I’m not sure how to upload the requested screenshot though; sorry.

    John

    Hello,

    You can always change the page template to “One column, no sidebar” which exists by default in your theme.

    Screenshot here

Viewing 4 replies - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.