IM_Design Posted August 4, 2020 Share Posted August 4, 2020 The pagination for my projects gets even larger on mobile than it shows on desktop, which isn't what I'm looking for with my design. Looking to adjust the font size for that specifically for mobile. Link to comment
Solution IM_Design Posted August 4, 2020 Author Solution Share Posted August 4, 2020 Here's what worked on my 7.1 site within the CSS Editor: First, adjust the size for the pagination font for the desktop display to your liking. View a project and go into Design > Fonts > Your font pack > Advanced > Pagination and adjust "Pagination Size" there. Then go into the CSS Editor and paste in this code to adjust the font size just for mobile: @media only screen and (max-width:700px){ .item-pagination-title {font-size: 17px !important;} } You can adjust the "17px" to a different number to increase or decrease the mobile pagination font size from there. 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