puffaz Posted August 17, 2020 Share Posted August 17, 2020 Hello, can someone help me left-justify my blog entry title and date/category? I am using the Foster template. Thank you. Link to comment
tuanphan Posted August 17, 2020 Share Posted August 17, 2020 (edited) Add to Home > Design > Custom CSS. If the code doesn't work, can you share link to blog? /* align left blog title */ .BlogList-item-title { text-align: left !important; } /* align left blog date */ .Blog-meta.BlogList-item-meta { justify-content: left; } Reference: Foster Template Custom CSS Edited August 17, 2020 by tuanphan 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
puffaz Posted August 17, 2020 Author Share Posted August 17, 2020 Hi Tuan, I pasted the code in the CSS section, but it didn't seem to work. The title and date is still centred. It can be seen here: https://www.pascualstudio.com/blog/2020/08/13/howtomakealeathertassel. Thank you. Link to comment
tuanphan Posted August 17, 2020 Share Posted August 17, 2020 9 minutes ago, puffaz said: Hi Tuan, I pasted the code in the CSS section, but it didn't seem to work. The title and date is still centred. It can be seen here: https://www.pascualstudio.com/blog/2020/08/13/howtomakealeathertassel. Thank you. /* align left blog date - blog list */ .Blog-meta.BlogList-item-meta { justify-content: left; } /* align left blog date - blog detail */ .Blog-meta.BlogItem-meta { justify-content: start; } /* align left blog title - blog list */ .BlogList-item-title { text-align: left !important; } /* align left blog title - blog detail */ h1.BlogItem-title { text-align: left !important; } 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
puffaz Posted August 17, 2020 Author Share Posted August 17, 2020 Thank you very much! It worked! 🙂 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