Hi,
I used a solution from this thread - https://theme.co/apex/forum/t/align-buttons-in-promp-element/7433 to help me solve something. However, when I resize for mobile, the width is all wrong. Can you help?
Thanks,
Loren
Hi @Lorenmn,
Thanks for reaching out.
The CSS provided is specific to his prompt element. Would you mind providing the exact URL where your prompt is displayed? Maybe it needs different max width depending on content length.
Thanks!
Yes, of course. It’s here >> http://77.104.171.165/~theweb53/afitterlife.co.uk/
At the bottom.
Thanks.
Hi There,
Thanks for the URL!
You can use this CSS to fix the mobile issue.
@media ( max-width: 767px) {
.x-prompt-section.x-prompt-section-message {
width: 50% !important;
float: left !important;
}
}
Hope this helps!
This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.