I have used FAQ blocks in multiple sites, and when I add now it changes the section width of the whole page and all sections. I can’t seem to find a solution to why this is happening. There is very little CSS applied on the entire website. Please advise how to address this.
this is the page: Test — Charis Counseling Associates
1 Like
Max
June 14, 2024, 4:52pm
3
Hi @Adam_Moseley
I am so sorry for this issue!
I’ve forwarded your request to the devs. Once anything comes up, I’ll get back to you
Max
June 17, 2024, 10:20am
4
Thank you for waiting @Adam_Moseley
The thing is that Squarespace incorrectly calculates the size of the widget block, causing it to shift and the content to be misaligned.
To fix this, please add this code before the widget’s installation code:
<style>
html.squarespace-damask .sqs-blockStatus {
display: none !important;
}
</style>
Let me know how it worked
1 Like
I think you can also use this code to Custom CSS box then save & reload the page
main#page {
width: 100% !important;
margin: initial !important;
}
2 Likes
Hey Max, adding this code before the code does not work still. Same exact problem. Hasn’t fixed anything.
1 Like
Max
June 17, 2024, 2:36pm
7
Hm, it seems to be working fine on my end now:
If the issue still persists, please try to check your website in incognito mode.
This below worked for some reason. I added to the Custom CSS on squarespace.
“I think you can also use this code to Custom CSS box then save & reload the page”
main#page {
width: 100% !important;
margin: initial !important;
}
2 Likes
Max
June 17, 2024, 3:04pm
9
@tuanphan a huge thank for your assistance
@Adam_Moseley Glad to hear that the 2nd solution worked for you! If any further questions come or any help is needed, don’t hesitate to contact us here
1 Like