DI4W Posted September 30, 2021 Share Posted September 30, 2021 (edited) Site URL: https://www.doit4wfoundation.com Hi all- I launched my website today and ran into an issue on mobile. I noticed when I go into individual events pages, the arrows that display at the bottom of the page (to navigate to other events) are overlapped and look bad. it also extends the width of the page making it uncentered and just doesn’t look clean. I either want to remove the navigation arrows section completely or just remove the event titles or make them smaller. Does anyone know a code or formatting to correct this issue? I need my event page and don’t want it to look bad on mobile. thanks! Edited September 30, 2021 by DI4W Link to comment
tuanphan Posted October 1, 2021 Share Posted October 1, 2021 Add to Design > Custom CSS. The code runs on both Event, Blog, Portfolio (I think they will have same problem) /* Pagination title */ @media screen and (max-width:767px) { h2.item-pagination-title { display: none; } .item-pagination-prev-next { display: block !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
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment