BBmt Posted April 26, 2022 Share Posted April 26, 2022 Site URL: https://parsnip-emu-fs7r.squarespace.com/paintings/winter-bush-and-snowdrift Hello, I would like to move the portfolio pagination that is currently way at the bottom of the page (and impossible to find for most visitors to the site) up to the top, or ideally, I would simply like to have scrolling arrows (with no titles) at the side of the portfolio images so that one can easily click through items. How can I accomplish this? Thank you. Link to comment
tuanphan Posted April 29, 2022 Share Posted April 29, 2022 On 4/27/2022 at 12:06 AM, BBmt said: Site URL: https://parsnip-emu-fs7r.squarespace.com/paintings/winter-bush-and-snowdrift Hello, I would like to move the portfolio pagination that is currently way at the bottom of the page (and impossible to find for most visitors to the site) up to the top, or ideally, I would simply like to have scrolling arrows (with no titles) at the side of the portfolio images so that one can easily click through items. How can I accomplish this? Thank you. Hi, Add to Design > Custom CSS /* Move portfolio pagination to top */ body.collection-62129c560e6b7b087d32985f.view-item main#page { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: reverse; -ms-flex-direction: column-reverse; flex-direction: column-reverse; padding-top: 100px; } body.collection-62129c560e6b7b087d32985f.view-item section.item-pagination.item-pagination--prev-next { padding-top: 0; padding-bottom: 5px; } body.collection-62129c560e6b7b087d32985f.view-item #page section:first-child { padding-top: 10px !important; } BBmt 1 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
BBmt Posted April 29, 2022 Author Share Posted April 29, 2022 Thank you so much, that worked perfectly! Link to comment
BenderDC Posted Wednesday at 05:43 PM Share Posted Wednesday at 05:43 PM For some reason this didn't work for my site. Any chance you'd be able to give it a look? URL: https://www.dbender-creative.com/workplace/research Link to comment
BenderDC Posted Thursday at 04:08 PM Share Posted Thursday at 04:08 PM @tuanphan - I've got another one I could use your help with if you've got the time. 🙂 Link to comment
tuanphan Posted 22 hours ago Share Posted 22 hours ago On 5/25/2023 at 12:43 AM, BenderDC said: For some reason this didn't work for my site. Any chance you'd be able to give it a look? URL: https://www.dbender-creative.com/workplace/research Use this new code for your site /* Move portfolio pagination to top */ body.collection-644979913ea68148e08f8156.view-item main#page { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: reverse; -ms-flex-direction: column-reverse; flex-direction: column-reverse; padding-top: 100px; } body.collection-644979913ea68148e08f8156.view-item section.item-pagination.item-pagination--prev-next { padding-top: 20px; padding-bottom: 5px; } body.collection-644979913ea68148e08f8156.view-item #page section:first-child { padding-top: 10px !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