The-Design-Order Posted June 20 Share Posted June 20 (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 by The-Design-Order Link to comment
Solution tuanphan Posted June 22 Solution Share Posted June 22 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 How to: Setup Password & Share url - Insert Custom CSS - Page Header - Upload Custom Font - Upload File - Find Block ID - Contact Customer Care Link to comment
The-Design-Order Posted July 5 Author Share Posted July 5 @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. Link to comment
tuanphan Posted July 6 Share Posted July 6 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 How to: Setup Password & Share url - Insert Custom CSS - Page Header - Upload Custom Font - Upload File - Find Block ID - Contact Customer Care 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