CodyW Posted January 2, 2022 Share Posted January 2, 2022 (edited) Site URL: https://www.michiganrockhounds.com/blog As the title reads, I'm looking at add divider lines inbetween blog entires on our primary blog feed. I've attempted to target a bunch of CSS classes with no luck. I even tried adding code from an answer given to a user who asked a similar question in 2014 (displayed below) but that code doesn't seem to work at all. Any assistance would be appreciated! Edited January 2, 2022 by CodyW Link to comment
tuanphan Posted January 2, 2022 Share Posted January 2, 2022 Add to Design > Custom CSS /* blog dividers */ .blog-side-by-side-wrapper>article { border-bottom: 1px solid black; padding-bottom: 40px; margin-bottom: 40px !important; } Email me if you have need any help (free, of course.). Answer within 24 hours. Or send to forum message Contact Customer Care - Learn CSS - Buy me a coffee (thank you!) Link to comment
CodyW Posted January 2, 2022 Author Share Posted January 2, 2022 4 minutes ago, tuanphan said: Add to Design > Custom CSS /* blog dividers */ .blog-side-by-side-wrapper>article { border-bottom: 1px solid black; padding-bottom: 40px; margin-bottom: 40px !important; } You're a god-send, worked like a charm! Many thanks. Link to comment
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment