AndreaGinder Posted January 31, 2023 Posted January 31, 2023 Hi, The promotional pop-up and announcement bar(if enabled) do not appear on the mobile site. They will appear on a desktop browser, however. Can someone help me with the coding for this? I would really appreciate it!
Beyondspace Posted February 1, 2023 Posted February 1, 2023 21 hours ago, AndreaGinder said: Hi, The promotional pop-up and announcement bar(if enabled) do not appear on the mobile site. They will appear on a desktop browser, however. Can someone help me with the coding for this? I would really appreciate it! Can you share your site so I can take a look? BeyondSpace - Squarespace Website Developer 🖼️ Lightbox Studio (Pinch/Zoom images, videos - PDFs Lightbox - ...) </> 🗓️ Delivery Date Picker (Date picker form field) Gallery block 7.1 workaround </> 🤖 Ask me anything
AndreaGinder Posted February 1, 2023 Author Posted February 1, 2023 28 minutes ago, Beyondspace said: Can you share your site so I can take a look? Yes, please! www.featherandbloomflorals.com Please let me know how I can help.
Beyondspace Posted February 2, 2023 Posted February 2, 2023 22 hours ago, AndreaGinder said: Yes, please! www.featherandbloomflorals.com Please let me know how I can help. Is it the result you want to achieve? BeyondSpace - Squarespace Website Developer 🖼️ Lightbox Studio (Pinch/Zoom images, videos - PDFs Lightbox - ...) </> 🗓️ Delivery Date Picker (Date picker form field) Gallery block 7.1 workaround </> 🤖 Ask me anything
Beyondspace Posted February 2, 2023 Posted February 2, 2023 Try adding to Home > Design > Custom Css @media screen and (max-width: 640px) { .sqs-announcement-bar-dropzone { display: none; } } BeyondSpace - Squarespace Website Developer 🖼️ Lightbox Studio (Pinch/Zoom images, videos - PDFs Lightbox - ...) </> 🗓️ Delivery Date Picker (Date picker form field) Gallery block 7.1 workaround </> 🤖 Ask me anything
AndreaGinder Posted February 15, 2023 Author Posted February 15, 2023 On 2/2/2023 at 10:04 AM, Beyondspace said: Try adding to Home > Design > Custom Css @media screen and (max-width: 640px) { .sqs-announcement-bar-dropzone { display: none; } } That code is already in there.
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment