Comments 2Claire started the conversationJanuary 27, 2017 at 1:22amHi, the top menu bar is missing in mobile version. I would like to have the phone number at the top on mobile version. How can I do this? Thank you! 7,092Oliver repliedJanuary 27, 2017 at 11:36amHI! pls. use following css: @media (max-width: 799px) { body #top-area { display: block; } } Please note if you comment on your ticket before we reply, your ticket will be pushed down of the tickets list. Regards, Oliver 2Claire repliedJanuary 27, 2017 at 7:56pmThank you! Now, how can I link the phone number? I want it so someone clicks it, it calls. I put the following html in the phone number line but it didn't work.<a href="tel:5203398878">(520) 339-8878</a> 7,092Oliver repliedJanuary 30, 2017 at 1:59pmHI! For adding link you need to edit: /wp-content/themes/thegem/inc/content.php Line 119 and 143Please note if you comment on your ticket before we reply, your ticket will be pushed down of the tickets list. Regards, Oliver Sign in to reply ...
Hi, the top menu bar is missing in mobile version. I would like to have the phone number at the top on mobile version. How can I do this? Thank you!
HI!
pls. use following css:
Please note if you comment on your ticket before we reply, your ticket will be pushed down of the tickets list.
Regards, Oliver
Thank you! Now, how can I link the phone number? I want it so someone clicks it, it calls.
I put the following html in the phone number line but it didn't work.
<a href="tel:5203398878">(520) 339-8878</a>
HI!
For adding link you need to edit:
/wp-content/themes/thegem/inc/content.php
Line 119 and 143
Please note if you comment on your ticket before we reply, your ticket will be pushed down of the tickets list.
Regards, Oliver