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

Okay
  Public Ticket #1479494
Top Area CSS
Closed

Comments

  • Camille Damer started the conversation

    I would like to add some wording to the Top Area menu however when I do it doesn't display properly on mobile. I disabled the Top Area on the mobile and it changed a lot of the theme customisation, like background colour and custom headings. Is there CSS coding I can add so that just the extra text doesn't display on mobile?

  •  5,055
    Michael replied

    HI!

    pls. use following css:

    .top-area-alignment-right .top-area-items {
        text-align: center !important;
    }