How to Edit Blog Post Excerpt Width
-
Hi there,
I am wondering if anyone knows the CSS code to adjust the width of a blog post excerpt in the Chronicle theme. The excerpts on my main page archive roll are not wide enough.
Thanks very much,
JoeThe blog I need help with is: (visible only to logged in users)
-
Hello!
Just having a quick look, this should work…
.main-post-list{ width: 56%; }You may need to tweak that number to get it just right!
I hope that helps, and let me know if you have any other questions!
-
Hi terrybrownell,
Thanks for responding so quickly. Unfortunately that doesn’t seem to affect the excerpts at all. Perhaps they’re labelled something other than main post list?
I appreciate you taking the time,
Joe -
Hi @chasingpisces,
The CSS needs to be a bit more specific to override the existing rule.
Please try using this.
.main .main-post-list { width: 56%; } -
Worked like a charm, Gary!
Thanks very much to both of you. Made my night.
Take care,
Joe -
- The topic ‘How to Edit Blog Post Excerpt Width’ is closed to new replies.