larsarchitects Posted January 15, 2022 Posted January 15, 2022 I'd like the pagination on sub-pages to be centered between the line demarking the footer and the line I created demarking the end of the page text. Would this be adding padding to the bottom of the pagination to orient it higher in it's content box? You can see from this picture that the pagination does not appear centered between the lines (though it is centered between the sections). How would one go about making this edit? This is the website: https://gar-conch-fhlx.squarespace.com/password: larslangberg
Beyondspace Posted January 15, 2022 Posted January 15, 2022 16 minutes ago, larsarchitects said: I'd like the pagination on sub-pages to be centered between the line demarking the footer and the line I created demarking the end of the page text. Would this be adding padding to the bottom of the pagination to orient it higher in it's content box? You can see from this picture that the pagination does not appear centered between the lines (though it is centered between the sections). How would one go about making this edit? This is the website: https://gar-conch-fhlx.squarespace.com/password: larslangberg Try adding to Home > Design > Custom Css #block-yui_3_17_2_1_1642122268786_4223 { padding: 0; } Let me know how it works on your site Support me by pressing 👍 if this useful for you BeyondSpace - Squarespace Website Developer 🖼️ Lightbox Studio (Enable Pinch/Zoom on lightbox - PDF Lightbox popup - ...) </> 🗓️ Delivery Date Picker (Date picker form field) Gallery block 7.1 workaround </> No-code customisations for Squarespace
Beyondspace Posted January 15, 2022 Posted January 15, 2022 My testing BeyondSpace - Squarespace Website Developer 🖼️ Lightbox Studio (Enable Pinch/Zoom on lightbox - PDF Lightbox popup - ...) </> 🗓️ Delivery Date Picker (Date picker form field) Gallery block 7.1 workaround </> No-code customisations for Squarespace
larsarchitects Posted January 17, 2022 Author Posted January 17, 2022 Hi @bangank36! Thanks for your suggestion. I entered the code into the custom CSS section and it seems to have applied to the first project page, but not the subsequent ones. Here's another screen shot showing a different page. Any thoughts?
tuanphan Posted January 19, 2022 Posted January 19, 2022 On 1/18/2022 at 12:52 AM, larsarchitects said: Hi @bangank36! Thanks for your suggestion. I entered the code into the custom CSS section and it seems to have applied to the first project page, but not the subsequent ones. Here's another screen shot showing a different page. Any thoughts? Try this new CSS body.collection-6132ae22a823c83c83c0575e.view-item article section:last-child .horizontalrule-block { padding: 0px !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!)
larsarchitects Posted January 19, 2022 Author Posted January 19, 2022 This works great! Thank you! How do I include the second projects portfolio, "commercial"? The projects in that nav file still look the old way.
tuanphan Posted January 21, 2022 Posted January 21, 2022 On 1/20/2022 at 12:44 AM, larsarchitects said: This works great! Thank you! How do I include the second projects portfolio, "commercial"? The projects in that nav file still look the old way. Try this new code body.collection-6132ae22a823c83c83c0575e.view-item, body.collection-6132ae8636fa25109506e248.view-item { article section:last-child .horizontalrule-block { padding: 0px !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
Create an account or sign in to comment
You need to be a member in order to leave a comment