Change width of content area – pinboard theme

Viewing 4 posts - 1 through 4 (of 4 total)
  • #17666
    vikmartin
    Participant

    Hi

    I would like to make the content area of my page wider – 1000px at least
    I’ve already tried typing the following into custom css

    #content {
    width: 1000px;
    }

    The url is http://vikmartin.co.uk/blog/

    Could someone take a look and let me know what to do please?

    Thanks
    Vik

    #17668
    Daniel Tara
    Keymaster

    You are using the “No Sidebars” layout or have no widgets in the sidebars. Try using a layout with sidebars or adding widgets to the sidebar. If you don’t want a sidebar you can use the “Full Width” layout.

    #17683
    vikmartin
    Participant

    Hi Thanks for answering
    I’ve tried the full width layout but it doesn’t seem to make any difference

    #17684
    vikmartin
    Participant

    Ah! I’ve done it. In case anyone wants to know this is what I put in the custom CSS

    .page-template-template-no-sidebars-php #wrapper,
    .page-template-template-blog-no-sidebars-php #wrapper,
    .page-template-template-portfolio-no-sidebars-php #wrapper {
    max-width: 1000px;
    }

    On the advice of a very clever friend.

Viewing 4 posts - 1 through 4 (of 4 total)

You must be logged in to reply to this topic.