Anele Posted April 20, 2021 Share Posted April 20, 2021 Site URL: https://fairwaystoleadership.squarespace.com/ Hello, I'm looking to figure out a problem i have with custom inset backgrounds I have running through my whole page. The blog section is the only one that is not listening. I attach some screenshots. Link to the page: https://fairwaystoleadership.squarespace.com/ Link to the blog: https://fairwaystoleadership.org/blog Link to a blog post: https://fairwaystoleadership.org/blog/why-do-golf-flags-differ-in-color As you can see the links for the next blog posts are not inset and they are not with the grey background color. Also, the top is also not in the correct inset as i set on the main blog. Does this mean I have to do per section for each blog post? Thank you! Link to comment
Agha_Waqas Posted April 20, 2021 Share Posted April 20, 2021 2 hours ago, Anele said: Site URL: https://fairwaystoleadership.squarespace.com/ Hello, I'm looking to figure out a problem i have with custom inset backgrounds I have running through my whole page. The blog section is the only one that is not listening. I attach some screenshots. Link to the page: https://fairwaystoleadership.squarespace.com/ Link to the blog: https://fairwaystoleadership.org/blog Link to a blog post: https://fairwaystoleadership.org/blog/why-do-golf-flags-differ-in-color As you can see the links for the next blog posts are not inset and they are not with the grey background color. Also, the top is also not in the correct inset as i set on the main blog. Does this mean I have to do per section for each blog post? Thank you! For the pagination you can use this code. paste below code into CSS editor .item-pagination--prev-next {margin: 0 9vw !important;} Link to comment
Anele Posted April 21, 2021 Author Share Posted April 21, 2021 13 hours ago, Agha_Waqas said: For the pagination you can use this code. paste below code into CSS editor .item-pagination--prev-next {margin: 0 9vw !important;} This worked perfectly! Thanks!!! Is there a way to fix the top as well? Attached is what i mean (from fix 3, i need to get to fix 4) Link to comment
Agha_Waqas Posted April 21, 2021 Share Posted April 21, 2021 7 hours ago, Anele said: This worked perfectly! Thanks!!! Is there a way to fix the top as well? Attached is what i mean (from fix 3, i need to get to fix 4) You want to fix the header on whole website or only post pages? Link to comment
tuanphan Posted April 24, 2021 Share Posted April 24, 2021 On 4/21/2021 at 6:51 PM, Anele said: This worked perfectly! Thanks!!! Is there a way to fix the top as well? Attached is what i mean (from fix 3, i need to get to fix 4) Add to Design > Custom CSS /* Blog posts header */ body.collection-type-blog-alternating-side-by-side.view-item header#header { margin-left: 9vw; margin-right: 9vw; } 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!) Link to comment
Recommended Posts
Archived
This topic is now archived and is closed to further replies.