Hello Summer Sale!
Exclusive season-opening discount on TheGem theme.
Limited time offer.

Okay
  Public Ticket #1038023
Mobile Menu top bar
Closed

Comments

  •  2
    Claire started the conversation

    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!

  •  7,280
    Oliver replied

    HI!

    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

  •  2
    Claire replied

    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>

  •  7,280
    Oliver replied

    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