Comments emosamurai started the conversationApril 20, 2021 at 3:57pmI have a CTA button on my site that came with the demo content and it's the only thing that doesn't respond dynamically when you view it on mobile. Can you help me figure out how to make it respond? 4,772Michael repliedApril 21, 2021 at 8:20amHI! Please use following CSS example: @media(max-width:767px){ .great-button a.gem-button.gem-button-size-giant { white-space: pre-line; height: auto !important; line-height: 1.5; }} 1 Likeemosamurai repliedApril 21, 2021 at 1:37pmThank you so much! 4,772Michael repliedApril 21, 2021 at 1:43pmYou're welcome! Have a nice day! Sign in to reply ...
I have a CTA button on my site that came with the demo content and it's the only thing that doesn't respond dynamically when you view it on mobile. Can you help me figure out how to make it respond?
HI!
Please use following CSS example:
Thank you so much!
You're welcome! Have a nice day!