Jump to content
Sign in to follow this  
riveray

Width of Post Excerpts

Recommended Posts

riveray

First of all, all of you have been great in answering my questions and made it possible to make a lot of changes to our site that would not have been possible w/o you, so thanks! I've done a lot of tweaking with the code to get the post excerpt text to display closer to the feature thumbnail. Very successful in doing so (see the custom css I used below). However, I noticed the text for the excerpts that don't have thumbnails flows into the right column. Not quite sure how to limit the width so the text doesn't overlap into the right column. Tried padding and margin-right code with no success. Given I've tweaked the code a lot, is there an easy answer for this? You can see the problem at: https://sbtrails.org/category/daily-blog/. Thanks, Ray -------------------------- My custom CSS tweaks: .post-title h1 {font-size:2.0em !important; margin-left: -50px !important;} .post-title h2 {font-size:1.2em !important; font-weight:bold !important; margin-left: -50px !important; line-height: 1.4em !important;} .post-nothumb {margin-left: 50px !important;} .post-excerpt {font-style:italic !important; margin-left: -50px !important;} .post-meta {margin-bottom: 1.2em !important; margin-top: -.7em !important;} .metabar { margin-left: -50px !important;} .continue_reading_link { margin-left: -50px !important; font-style:italic !important; font-size: .8em;}

Share this post


Link to post
Share on other sites
kastelic

Try:

.post-title-section, .post-excerpt { padding-right: 50px; } 

Share this post


Link to post
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now

Sign in to follow this  

×