IM_Design Posted August 4, 2020 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.
IM_Design Posted August 4, 2020 Author 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.
Recommended Posts
Archived
This topic is now archived and is closed to further replies.