• I’m working on the release of an ebook for my blog, and think it has a good chance of doing well so I want to get the launch page right.

    I’ve heard having a launch page that looks like template is reassuring to readers, so I was wondering how I would go about transforming my current template (StudioPress) into a 1 column, centered template.

    Here’s a link to my site: https://freelanceflashgames.com/getting-your-flash-game-sponsored/ It’s a fresh wordpress install so I can play around with the code without messing up the main site.

    Any help would be greatly appreciated.

Viewing 2 replies - 1 through 2 (of 2 total)
  • I;m not sure exactly which files you would need to edit, but you’ll have to go through and remove the sidebar code, then edit the css to make your content area wider.

    Not sure if this will work, but try adding

    .sidebars {
    display: none;
    }

    to the bottom of your css and see what happens.

    Thread Starter ffgdirector

    (@ffgdirector)

    Thanks zeaks, I managed to get rid of the sidebar ??

    I tried editing it so that the body text would be in the center of the page by changing this bit of code:

    #contentwrapper {
      float: left;
      width: 550px;
      }

    But it didn’t seem to have any effect. Any ideas?

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Help turning a 2 column theme into 1 Column’ is closed to new replies.