jenncole Posted December 2, 2019 Posted December 2, 2019 I am working with Mojave which is in the Brine family. I am looking to add code that add side padding to the blog page without adding padding to the entire site. (I feel like this could also be achieved by a 90% width on a div tag, but I've no idea where/how to achieve that either. I need to do this for both the blog landing page and for individual posts and don't know if this requires two separate fixes. The design styles do not have options to achieve this. I've also searched this forum, but the solutions that have been outlined have produced no results. Thanks for any help anyone can provide!
tuanphan Posted December 2, 2019 Posted December 2, 2019 @jenncole Can you share link to blog page & blog post? 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!)
jenncole Posted December 2, 2019 Author Posted December 2, 2019 of course. should have included that originally... always helps to see the problem! https://www.resiliencetherapysanfrancisco.com/blog https://www.resiliencetherapysanfrancisco.com/blog/10-ways-to-increase-your-resilience thanks!
tuanphan Posted December 5, 2019 Posted December 5, 2019 @jenncole Add to Home > Design > Custom CSS .collection-type-blog.view-list .Main { padding-left: 50px; padding-right: 50px; } .collection-type-blog.view-item .Main { padding-left: 50px; padding-right: 50px; } 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!)
jenncole Posted January 14, 2020 Author Posted January 14, 2020 On 12/4/2019 at 11:54 PM, tuanphan said: @jenncole Add to Home > Design > Custom CSS .collection-type-blog.view-list .Main { padding-left: 50px; padding-right: 50px; } .collection-type-blog.view-item .Main { padding-left: 50px; padding-right: 50px; } On 12/4/2019 at 11:54 PM, tuanphan said: @jenncole Add to Home > Design > Custom CSS .collection-type-blog.view-list .Main { padding-left: 50px; padding-right: 50px; } .collection-type-blog.view-item .Main { padding-left: 50px; padding-right: 50px; } this is exactly the fix that i was looking for. thank you SO much!
Recommended Posts
Archived
This topic is now archived and is closed to further replies.