New Topic

Create columns

Home › Forum › Help › Create columns

Tagged: 

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #1507
    StartupWP
    Keymaster

    No worries, when you need it, we can provide the code, you only need to paste it in. :)

    1. More specific please.

    2. More specific please.

    3. Looks like you figured it out:

    #container, #breadcrumbs, #twitter-feed {
      box-shadow: none;
    }

    But, you’ll want to make sure to add new CSS to your theme options (https://startupwp.com/topic/customizing-your-theme/) or they’ll be overwritten next time you upgrade.

    4. Use:

    #social {
      margin-top: 10%;
    }
    #1511
    abbybellard
    Participant

    Thank you very much. I would like to have two or three columns on my pages, to create less scrolling. How do you think I should do this?

    You are wonderful to help me.

    #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.

Viewing 3 posts - 1 through 3 (of 3 total)
  • You must be logged in to reply to this topic.