Hello,
Is there any way for this envelope icon be on the same line as email on mobile?
Thanks for any help.
Hello,
Is there any way for this envelope icon be on the same line as email on mobile?
Thanks for any help.
Hey Justin,
That looks like the Topbar content so you’re most probably using HTML in there. If so, please try this code after your phone number
<br class="x-hide-lg x-hide-md x-hide-sm x-hide-xl">
If you look closely, that’s just a br tag with our theme’s visibility classes. That means it will hide the br from desktop to landscape phone orientation so you have 1 line in desktop and 2 lines breaking after your phone number on small screens.
Hope that helps.
Thank you vey much!
You’re welcome, Justin. Glad that helped.
Sorry, I have a follow up question.
I know that Contact isn’t part of the theme, but i’m getting this additional information in “To” field that is preventing me from sending the email on Android. [email protected]**&Subject=Service Request**
https://screencast.com/t/TpKUo7LPHO4
Do you know where I can remove this extra info?
Hi Justin,
That is on your mailto: markup
mailto:[email protected]&Subject=Service Request
You can remove the &Subject=Service Request part, or you can replace the & with a ? to retain the subject Service Request.
Hope it helps,
Cheers!
It did. thank you!!
You’re most welcome!
This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.