arm94 Posted March 17, 2021 Share Posted March 17, 2021 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 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 Contact Customer Care - Learn CSS - Buy me a coffee (thank you!) Link to comment
Recommended Posts
Archived
This topic is now archived and is closed to further replies.