SidekickMM Posted May 13 Share Posted May 13 (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 by SidekickMM (additional context) Link to comment
paul2009 Posted May 14 Share Posted May 14 Please provide a working link to the page so that forum users can take a look. About: SQSP User for 17 yrs. Circle Leader since 2017. I value honesty, transparency, diversity and good design ♥. Work: Founder of SF Digital, building Squarespace Extensions to supercharge your commerce website. Content: Links in my posts may refer to SF Digital products or may be affiliate links. If my advice helped, you can thank me by clicking one of the feedback emojis below. I love coffee too. Link to comment
SidekickMM Posted May 14 Author Share Posted May 14 Oh yes, of course. https://www.sidekickdwellings.com/adu-selector. It is only a problem on a mobile (iPhone). Thank you! Link to comment
SidekickMM Posted May 16 Author Share Posted May 16 Hi All- Any thoughts on this question? Thanks! MM Link to comment
SidekickMM Posted May 20 Author Share Posted May 20 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 Link to comment
tuanphan Posted May 20 Share Posted May 20 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 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
Solution paul2009 Posted May 20 Solution Share Posted May 20 (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 by paul2009 tuanphan 1 About: SQSP User for 17 yrs. Circle Leader since 2017. I value honesty, transparency, diversity and good design ♥. Work: Founder of SF Digital, building Squarespace Extensions to supercharge your commerce website. Content: Links in my posts may refer to SF Digital products or may be affiliate links. If my advice helped, you can thank me by clicking one of the feedback emojis below. I love coffee too. Link to comment
SidekickMM Posted May 20 Author Share Posted May 20 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. 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