• Hello, I have a problem, I have an “About me” and a “library” page, but when I visit these pages, the tags <header class=”entry-header”> and <div class=”entry-content”> located inside <article>, appear having width=”68.9%” and I need to visualize these pages having width=”100%”. I’ve been trying modifying Style.ccs to this

    .singular .entry-header,
    .singular .entry-content,
    .singular footer.entry-meta,
    .singular #comments-title {
    margin: 0 auto;
    width: 100%;
    }

    Because using Firebug, I could see the pages just as I want only changing the width value to 100% (or removing the width attribute), but even when I changed the style.ccs file, the pages appears having 68.9%.

    I Hope you can help me with this. Sorry for my English level.
    Regards

    http://wordpress.org/extend/themes/twentyeleven/

Viewing 1 replies (of 1 total)
  • please create a child theme of Twenty Eleven to work with;
    do not edit the Twenty Eleven theme directly, as it is important to have this unedited default theme in case of problems.

    for these general kinds of formatting problems, please try to get used to work with a web tool such as Firebug http://getfirebug.com/, to identify the involved css selectors.

    if the posted styles don’t work, look for the next level up which might be restricting the width.

Viewing 1 replies (of 1 total)
  • The topic ‘[Theme: Twenty Eleven] I can't change page width size’ is closed to new replies.