Great day to you,
I would like to adjust the contact information in the contact forms to stay within the screen
Now it goes outside the confines of the box ( on mobile )
Can you help me keep the text on the screen in the contact forms?
Great day to you,
I would like to adjust the contact information in the contact forms to stay within the screen
Now it goes outside the confines of the box ( on mobile )
Can you help me keep the text on the screen in the contact forms?
Hi @JussiTuukkanen,
Thanks for writing to us.
Add a custom class custom-mail in the Headline element . Now add this custom CSS code at X-> Theme Option -> CSS
.custom-mail .x-text-content-text-primary{ overflow-wrap: break-word;}

The purpose of providing the custom CSS to show you how to add CSS code to your site. Writing custom CSS is outside the scope of our theme support. If you need more customization, you need to learn CSS and learn how to use the browser’s element inspector.
Hope it helps you.
Thanks
Thank you it works perfectly
This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.