Forums

Trying to get rid of search, cal, links (2 posts)

  1. war
    Member
    Posted 6 years ago #

    I am new to the whole wordpress thing, though I'm starting to get used to the themes (I've used CSS before, if that helps) and am wanting to make a very plain and simple blog without the sidebar content (the calender, the links, everything)

    I would just like to have the main entry content. I've tried some things and am very confused! Could someone please help? I would love it!

    This is what I have so far:

    http://asleepinthefield.com/Litrasynthium/

    Am basically just wanting to center the posts on the page and get rid of the side content.

    Again, I appreciate it!

  2. Mark (podz)
    Support Maven
    Posted 6 years ago #

    This seems to work:

    #sidebar {
    display:none; <-------------------add that there
    border-top: none;
    border-bottom: none;
    }

    Find this part of your css, and change it to look like this:
    .narrowcolumn {
    padding: 0 0 20px 20px;
    margin: 0 auto;
    width: 450px;
    }

    make just those changes ?

Topic Closed

This topic has been closed to new replies.

About this Topic

Tags