• Is there a way to make the content portion of my web site wider? If you go to the site you’ll see wide brown margins on either side. It seems like a waste to not have the content take more space. I’ve looked for an answer but there seems to be as many answers as there are web sites.
    I’m using Twenty Ten.
    http://kirkridgearp.com/

Viewing 9 replies - 1 through 9 (of 9 total)
  • Don’t edit the Twenty Ten theme. Instead create a child theme for your customisations. Once your child theme is active, we should be able to help with the customisation.

    http://vudu.me/hi

    Once you’ve followed @esmi’s advice regarding creating a child theme, my article may help you a little. It’s got some information on working with twentyten’s width

    And you can download a starter Twenty Ten child theme from http://quirm.net/themes/twenty-ten-child/

    Thread Starter BigDenMD

    (@bigdenmd)

    Thanks for the replys! I am at work so can’t create child theme right now. Also, while it may be easy I have never done it. I’m sure once I create one I’ll say ‘Oh, that was easy!!’I read a little of Rev. Voodoo’s site and will use that as a reference.

    The concept is fairly simple. What you need to understand when adjusting the width of any portion of a theme is the math, and css relationship.

    You have an overall width, and then you have various elements, along with margins, padding, etc

    You have to be able to visualize the content, each element is a box. Padding and margins add width. If elements are inside of other elements…. such as the content box within the overall page layout… you have to remember the relationships

    If you widen the content area, the overall page must be widened the same amount, or else the margins need adjusted or the sidebar, etc. Essentially you need to have space for everything. If your content, sidebar, margins and padding are adjusted, and end up being wider than the containing page, something will break. Normally the sidebar ends up shifting under the content in this case.

    Thread Starter BigDenMD

    (@bigdenmd)

    Understand about the elements of the site, just wish it could be easier!

    Try using Firefox with the Firebug add-on for this kind of work.

    Thread Starter BigDenMD

    (@bigdenmd)

    Thanks for the tip! I’ll do that!

    Thread Starter BigDenMD

    (@bigdenmd)

    I created a child theme. I cheated, I found a plugin that created the child. I had to change the header picture and the background color back to what it was since they were changed. Everything else looks the same.

Viewing 9 replies - 1 through 9 (of 9 total)

The topic ‘Content Wider’ is closed to new replies.