The-Design-Order Posted June 20, 2023 Posted June 20, 2023 (edited) Hello - I am building out a new blog section on this site https://www.straightupbookkeeping.com.au/short-courses/ And want to edit the spacing on just this blog single posts without effecting the code of the other blog. Is this possible to target one? I am hoping to reduce the padding at the top of the individual posts using /* Blog Individual: top space reduce */ .blog-item-wrapper article.entry { padding-top: 80px; } Edited June 20, 2023 by The-Design-Order
Solution tuanphan Posted June 22, 2023 Solution Posted June 22, 2023 Just edit post > Add a Code Block (any where) > paste this code <style> /* Blog Individual: top space reduce */ .blog-item-wrapper article.entry { padding-top: 80px; } </style> 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!)
The-Design-Order Posted July 5, 2023 Author Posted July 5, 2023 @tuanphan thanks for the help! Is there also a way to target just this blog for further cutomisation... At present I want to change the "Read More" text on just one blog (without it affecting the other) and also have the headings centre align on the individual blog pages.
tuanphan Posted July 6, 2023 Posted July 6, 2023 22 hours ago, The-Design-Order said: @tuanphan thanks for the help! Is there also a way to target just this blog for further cutomisation... At present I want to change the "Read More" text on just one blog (without it affecting the other) and also have the headings centre align on the individual blog pages. Change both read more on this page? https://www.straightupbookkeeping.com.au/short-courses/ 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!)
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment