Changing center column width
-
Hi, in the site I manage (nobtsgatekeeper.wordpress.com), I want to remove/shrink the right column on POST pages and widen the center column to fill out the page. Is this possible? How can I do this?
I’ve hidden the right column widgets on post pages, but I have no idea how to make the center (content) column wider. Would it be 750 pixels?
For example page, click HERE.
The blog I need help with is: (visible only to logged in users)
-
Hi @nobtslive, go to Appearance > Custom Design > CSS tab in your dashboard and add the following to your custom CSS below any existing CSS you have.
.single #content { margin-right: 0; } -
-
- The topic ‘Changing center column width’ is closed to new replies.