• Hello all!

    I have a quick question, as I have been through google and other posts numerous times.

    I am trying to increase the width of the content in my pages. I have used firebug and been through the css thoroughly and cannot figure out where the width for the pages is.

    I would really appreciate any help or guidance any of you can provide.

    Thank you.

    https://www.ads-software.com/extend/themes/duster/

Viewing 1 replies (of 1 total)
  • Ian Stewart

    (@iandstewart)

    The width of page content in Duster is controlled in the CSS here …

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

    I hope that helps!

Viewing 1 replies (of 1 total)
  • The topic ‘[Theme: Duster] Content Width’ is closed to new replies.