Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #524268

    please take a look at mobile menu how can be fixed
    http://harakastudio.com/

    #525269

    Hi!

    Wrap this code you have in your custom.css file:

    span.avia-menu-text{
      font-family:'kelson_sansregular';
      font-size: 20px;
      position: relative;
      top: 32px;
    } 

    With this:

    @media only screen and (min-width: 767px) {
    /* Code Here */
    }

    Best regards,
    Josue

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.