DI4W Posted September 30, 2021 Posted September 30, 2021 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!
tuanphan Posted October 1, 2021 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 Contact Customer Care - Learn CSS - Buy me a coffee (thank you!)
Recommended Posts
Archived
This topic is now archived and is closed to further replies.