arm94 Posted March 17, 2021 Share Posted March 17, 2021 (edited) Site URL: http://allisonhere.com Password: password I'm having a problem with my post's categories displaying above the date (first picture), instead of on the same line like in my Basic Grid Blog (second picture). Can anyone help me figure out how to fix this? Is there a setting I need to change, or is it something I can change with CSS? Want to change the date/category on my actual blog post: To look like the format of my Basic Grid Blog Edited March 20, 2021 by arm94 Link to comment
isensmith Posted March 17, 2021 Share Posted March 17, 2021 If you can provide a link i can suggest some code. Can't really guess without the context. Link to comment
arm94 Posted March 18, 2021 Author Share Posted March 18, 2021 Website: allisonhere.com ~ Password: password Link to comment
tuanphan Posted March 24, 2021 Share Posted March 24, 2021 On 3/18/2021 at 7:01 AM, arm94 said: Website: allisonhere.com ~ Password: password Add to Design > Custom CSS /* date category same line */ .blog-item-meta-wrapper { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; } .blog-meta-item.blog-meta-item--categories:after { content: "-"; } 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