Take your website
To the next level
Discover our newly launched customization services and elevate your web projects to new heights.
Delegate tasks, save time, and unlock the power of professional WordPress outsourcing.

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?

  •  4,774
    Michael replied

    HI!

    pls. use following css:

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