SidekickMM Posted May 13, 2023 Posted May 13, 2023 (edited) Hi All- I'm hoping one of you can help me, since Squarespace says they cannot. I am having an issue where an embeded TypeForm survey that I have on my site is obscured by the Squarespace header when viewed on a mobile device. I asked TypeForm and they said the following, but I cannot figure out where/how to input this into the CSS. Any suggestions? Thank you so much in advance!"This issue with the site content overlapping with the typeform view happens because there is content on the site that renders at a higher z-index than the default z-index of the typeform which is 10001. To resolve this issue, you could raise the default z-index for the typeform embed from its default value 10001 to something like 99999 to force the form to always load above all other content on the site (you can do this by assigning an ID or class to the typeform div such as :below:, then targeting that ID or class with CSS code for the z-index property.Squarespace should be able to assist with an exact configuration for your setup." Edited May 13, 2023 by SidekickMM (additional context)
paul2009 Posted May 14, 2023 Posted May 14, 2023 Please provide a working link to the page so that forum users can take a look. Me: I'm Paul, a SQSP user for >18 yrs & Circle Leader since 2017. I value honesty, transparency, diversity and good design ♥. Work: Founder of SF.DIGITAL. We provide high quality original extensions to supercharge your Squarespace website. Content: Views and opinions are my own. Links in my posts may refer to my own SF.DIGITAL products or may be affiliate links. Forum advice is completely free. You can thank me by selecting a feedback emoji. Buying a coffee is generous but optional.
SidekickMM Posted May 14, 2023 Author Posted May 14, 2023 Oh yes, of course. https://www.sidekickdwellings.com/adu-selector. It is only a problem on a mobile (iPhone). Thank you!
SidekickMM Posted May 16, 2023 Author Posted May 16, 2023 Hi All- Any thoughts on this question? Thanks! MM
SidekickMM Posted May 19, 2023 Author Posted May 19, 2023 Hi All- I'm hoping one of you can help me, since Squarespace says they cannot. I am having an issue where an embeded TypeForm survey that I have on my site is obscured by the Squarespace header when viewed on a mobile device. I asked TypeForm and they said the following, but I cannot figure out where/how to input this into the CSS. Any suggestions? Thank you so much in advance!"This issue with the site content overlapping with the typeform view happens because there is content on the site that renders at a higher z-index than the default z-index of the typeform which is 10001. To resolve this issue, you could raise the default z-index for the typeform embed from its default value 10001 to something like 99999 to force the form to always load above all other content on the site (you can do this by assigning an ID or class to the typeform div such as :below:, then targeting that ID or class with CSS code for the z-index property.Squarespace should be able to assist with an exact configuration for your setup." Here is the link: It is only an issue on a mobile device: https://www.sidekickdwellings.com/adu-selector
tuanphan Posted May 19, 2023 Posted May 19, 2023 On 5/14/2023 at 9:39 PM, SidekickMM said: Oh yes, of course. https://www.sidekickdwellings.com/adu-selector. It is only a problem on a mobile (iPhone). Thank you! Can you take a screenshot of problem on your iPhone? 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!)
Solution paul2009 Posted May 20, 2023 Solution Posted May 20, 2023 (edited) On 5/13/2023 at 7:23 PM, SidekickMM said: I am having an issue where an embeded TypeForm survey that I have on my site is obscured by the Squarespace header when viewed on a mobile device. I asked TypeForm and they said..."To resolve this issue, you could raise the default z-index for the typeform embed" I don't think changing the z-index will help. You could try disabling the header altogether on this page by adding something like this to Design > Custom CSS: @media only screen and (pointer: coarse) and (max-width: 1024px), screen and (max-width: 799px) { #collection-643f17a3bbd7ee1893c354c6 header#header { display: none; } } Did this help? Please give feedback by clicking an icon below ⬇️ Edited May 20, 2023 by paul2009 tuanphan 1 Me: I'm Paul, a SQSP user for >18 yrs & Circle Leader since 2017. I value honesty, transparency, diversity and good design ♥. Work: Founder of SF.DIGITAL. We provide high quality original extensions to supercharge your Squarespace website. Content: Views and opinions are my own. Links in my posts may refer to my own SF.DIGITAL products or may be affiliate links. Forum advice is completely free. You can thank me by selecting a feedback emoji. Buying a coffee is generous but optional.
SidekickMM Posted May 20, 2023 Author Posted May 20, 2023 Sure. Thanks so much for your feedback. Here's a screenshot (just one example but it happens on multiple pages). Also, sometimes on a PC monitor I see a vertical scroll bar on the right side of the TypeForm intro slide, which I'd love to get rid of.
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment