cbolger Posted May 2, 2022 Posted May 2, 2022 Site URL: https://www.clarionrxconsulting.com/blog/brandnamingcriteria Hello, I was hoping someone could help me with the following issue: In the mobile view of blog posts on my website, at the bottom where it shows links to previous and next posts, the text overlaps. Is there a way to solve for this formatting issue across all my posts? Here's the post specifically referenced in my screenshot: https://www.clarionrxconsulting.com/blog/brandnamingcriteria Thanks so much!
tuanphan Posted May 5, 2022 Posted May 5, 2022 You can reduce size or replace titles with Prev/Next on mobile With reduce size, add this to Design > Custom CSS /* mobile blog pagination title size */ @media screen and (max-width:767px) { .item-pagination[data-collection-type^="blog"] .item-pagination-title { font-size: 14px; }} 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!)
cbolger Posted May 12, 2022 Author Posted May 12, 2022 Sorry I'm just seeing your response now. That fix worked, thank you @tuanphan! tuanphan 1
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment