diegphoto Posted December 4, 2022 Share Posted December 4, 2022 (edited) Hi! In the mobile view the text that appears in the footer for changing between portfolio categories is very big. I want to change the size of the text so that they don't step on each other. Attached photo of the problem. Thank you! My site is diegphoto.com/urbano and the password is Asturias Edited December 6, 2022 by diegphoto Link to comment
Solution tuanphan Posted December 9, 2022 Solution Share Posted December 9, 2022 Hi, Add to Design > Custom CSS /* mobile pagination titles */ @media screen and (max-width:767px) { h2.item-pagination-title { font-size: 18px !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
diegphoto Posted December 9, 2022 Author Share Posted December 9, 2022 4 hours ago, tuanphan said: Hi, Add to Design > Custom CSS /* mobile pagination titles */ @media screen and (max-width:767px) { h2.item-pagination-title { font-size: 18px !important; } } Thank you very much!!!! This code works perfectly 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