Removing Sidebar from posts.

Discussion in 'GoldenEagle WordPress Theme' started by bwdaugherty, Dec 14, 2012.

Thread Status:
Not open for further replies.
  1. bwdaugherty

    bwdaugherty Member

    Joined:
    Nov 26, 2012
    Messages:
    118
    Likes Received:
    0
    Is there any specific Styling Code to remove the sidebar from all the posts. I attempted to use this but to no avail:

    .post #sidebar {
    display: none;
    }

    Thanks!
     
  2. Gourav

    Gourav Support Staff

    Joined:
    Oct 19, 2012
    Messages:
    7,728
    Likes Received:
    207
    Paste this code in Custom CSS
    Appearance > Theme Option > Styling Option > Custom CSS

    Code:
    .sidebar {
    display: none;
    }
     
  3. gretchenwillis

    gretchenwillis Member

    Joined:
    Feb 24, 2013
    Messages:
    31
    Likes Received:
    0
    Hi again! I did this, but now my blog posts are still the same width and there is a big blank area where the sidebar used to be. Any way I can make the blog post pages to be just one column? Or full-width? Or whatever it's called???

    Thank you!
    http://gretchenwillisphotography.com
     
  4. gretchenwillis

    gretchenwillis Member

    Joined:
    Feb 24, 2013
    Messages:
    31
    Likes Received:
    0
    ^^ Never mind, I read through the questions on the support forum here, and I got it figured out! Thanks anyway!!

    BTW really clear instructions and you guys totally rock at answering all the questions!!! :)
     
Thread Status:
Not open for further replies.

Share This Page