New Topic

Reply To: Create columns

Home › Forum › Help › Create columns › Reply To: Create columns

#1512

StartupWP
Keymaster

If you’re not intending on using sidebars, one place to start would be to make the content area full-width:

#content {
  width: 96%;
}
#sidebar {
  display: none;
}

As far as columns, assuming you mean for posts listed in the blog, we should be able to help with this once you’ve started creating posts.