leyrose Posted April 20, 2021 Share Posted April 20, 2021 Site URL: https://www.robbiebalatincz.com Hello, On the blog page of the website I'm designing https://www.robbiebalatincz.com/soundpost/sunbites (password: MileHigh99) I am trying make the pagination container be the same width as the displayed video image, like the below site https://www.squeakeclean.com/sound-design-mix-gallery/dexcom-g6-rant-superbowl Can anyone help with how to do this? Thanks! Link to comment
creedon Posted April 21, 2021 Share Posted April 21, 2021 Add the following to Design > Custom CSS. /* begin keep blog next/prev navigation margins inline with rest of page content SS Version : 7.1 */ .collection-type-blog-basic-grid #page { background-color : #ebebeb; } .collection-type-blog-basic-grid .item-pagination--prev-next { margin-left : auto; margin-right : auto; max-width : 1200px; /* this value should match Site Styles > Spacing > Page Width Max */ } /* end keep blog next/prev navigation margins inline with rest of page content */ This is for v7.1. Let us know how it goes. Find my contributions useful? Please like, upvote, mark my answer as the best ( solution ), and see my profile. Thanks for your support! I am a Squarespace ( and other technological things ) consultant open for new projects. Link to comment
Recommended Posts
Archived
This topic is now archived and is closed to further replies.