• 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:

    https://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!

Viewing 1 replies (of 1 total)
  • 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 ?

Viewing 1 replies (of 1 total)
  • The topic ‘Trying to get rid of search, cal, links’ is closed to new replies.