Imager Posted August 8, 2021 Share Posted August 8, 2021 Site URL: https://www.ipfo.ch/seminars-workshops-keynotes/into-the-wild Hallo Has anybody an idea, how I can custo>0>0>0m change the navigation at the bottom of an event detailpage. On mobile an on narrow screens, long titles overlap. Collction Block identifier did not get me an ID. Thx for your help. Hall Link to comment
tuanphan Posted August 11, 2021 Share Posted August 11, 2021 On 8/8/2021 at 9:29 PM, Imager said: Site URL: https://www.ipfo.ch/seminars-workshops-keynotes/into-the-wild Hallo Has anybody an idea, how I can custo>0>0>0m change the navigation at the bottom of an event detailpage. On mobile an on narrow screens, long titles overlap. Collction Block identifier did not get me an ID. Thx for your help. Hall Add this to Design > Custom CSS /* Pagination title */ @media screen and (max-width:767px) { .item-pagination[data-collection-type^="events"] h2.item-pagination-title { display: none; } .item-pagination[data-collection-type^="events"] .item-pagination-prev-next { display: block !important; color: black; } } 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
Imager Posted August 13, 2021 Author Share Posted August 13, 2021 Hi Tuan Thanks a lot. With your code, the title disappeared completely. But I added font-size: x-small and now it works: /* Pagination title */ @media screen and (max-width:767px) { .item-pagination[data-collection-type^="events"] h2.item-pagination-title { font-size: x-small } .item-pagination[data-collection-type^="events"] .item-pagination-prev-next { display: block !important; color: black; } } tuanphan 1 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