ConnorSch Posted April 3 Posted April 3 I am having an issue with the bottom buttons that take you to the previous and next page on my portfolio, specifically on the mobile version of the website. The link to my website www.connorshootz.com if this helps to explain the issue. I have also attached a photo below exemplifying the problem I am running into. thank you so much to anyone who can help
Web_Solutions Posted April 4 Posted April 4 14 hours ago, ConnorSch said: I am having an issue with the bottom buttons that take you to the previous and next page on my portfolio, specifically on the mobile version of the website. The link to my website www.connorshootz.com if this helps to explain the issue. I have also attached a photo below exemplifying the problem I am running into. thank you so much to anyone who can help Add these code on Custom CSS panel in Website > Utilities > Website Tools > Custom CSS. @media only screen and (max-width: 767px) { #itemPagination .item-pagination-link--prev .item-pagination-icon { padding-right: 10px !important; } #itemPagination .item-pagination-link--next .item-pagination-icon { padding-left: 10px !important; } #itemPagination h2{ font-size: 14px !important; } #itemPagination .item-pagination-icon svg{ width: 12px !important; } } If my comments are useful, please like and mark my solution as answer. It will encourage me. Thanks MD Rofik Website Designer and Digital Marketer ☕Am I helpful? Want to offer me a coffee? ✉ Send me a message if needed any help. I'll try to reply as soon as possible.
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment