larsarchitects Posted January 15, 2022 Share 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 Link to comment
Beyondspace Posted January 15, 2022 Share 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 Greeting, it's BeyondSpace, I am Squarespace dev focus on provide solutions to enhance feature that squarespace.com can't provide.Feel free to check my current Squarespace Plugins Developement: Enable Pinch/Zoom on lightbox, Delivery Date Picker, Lightbox Studio pluginIf you find my answer fit your need, let's leave a like or upvote so others with the same issue can find their solution. Thank you Link to comment
Beyondspace Posted January 15, 2022 Share Posted January 15, 2022 My testing Greeting, it's BeyondSpace, I am Squarespace dev focus on provide solutions to enhance feature that squarespace.com can't provide.Feel free to check my current Squarespace Plugins Developement: Enable Pinch/Zoom on lightbox, Delivery Date Picker, Lightbox Studio pluginIf you find my answer fit your need, let's leave a like or upvote so others with the same issue can find their solution. Thank you Link to comment
larsarchitects Posted January 17, 2022 Author Share 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? Link to comment
tuanphan Posted January 19, 2022 Share 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 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
larsarchitects Posted January 19, 2022 Author Share 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. Link to comment
tuanphan Posted January 21, 2022 Share 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 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