• Resolved brokendown

    (@brokendown)


    Ben, I think this is the last question that I have!

    Is there a way that i can reduce the width of the excerpts (including photo) on the homepage so that they are a bit narrower?

    I’d like them to fit neatly under my custom logo which isn’t as wide.

    However, I like how they render on the mobile site so it would be great if they could remain the same on there, if at all possible.

    Thanks again.

    Happy Days

    Gwil

Viewing 3 replies - 1 through 3 (of 3 total)
  • Theme Author Ben Sibley

    (@bensibley)

    Try this out:

    .blog .main,
    .archive .main,
    .search .main {
      max-width: 1000px !important;
    }

    That code will reduce the maximum width of the posts on the blog. You can change the “1000px” value to further reduce, or increase the width.

    Thread Starter brokendown

    (@brokendown)

    Thanks Ben that works great and I can adjust it as required.

    ??

    Theme Author Ben Sibley

    (@bensibley)

    You’re welcome ??

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Reduce width of excerpts on homepage’ is closed to new replies.