Not able to place CSS when using phone to copy and paste

Hi,

i’ve experienced several widgets including the AI Chat that I cannot copy & paste CSS code in when using my iphone. Is this a bug or is it not possible to do this?

2 Likes

Hi there, @Shawn_Martin :wave:

Thanks for bringing this to our attention!

I’ve passed this issue on to the dev team and will update you once I have any news :slightly_smiling_face:

1 Like

Sounds great Max!

Also, wondering is there a way to make the entire Store Locator more compact from top to bottom. Less height I mean. You had sent me some code but it didn’t include the outermost element?

Thank you,

Shawn Martin
FanYourLocal

2 Likes

Sure, this code should help:

.global-styles,
[class*="widget__Container-sc"] {
height: 600px !important;
}
1 Like