Okay
  Public Ticket #919471
menu page contents
Closed

Comments

  •  2
    SAMI started the conversation

    Hi there i have wrote all our menu its looks fine at pc but on the mobile there are issues like each line entered to other lines so menu unreadable 

    thanks



  •  850
    Jelly replied

    Hi,

    Please add the css code in the path: Appearance -> Theme Editor -> Style.css, please put it in the end of the file:

    @media only screen and (max-width: 568px){
    section.menu .title { 
        font-size: 32px;
        margin-bottom: 0;    
    }
    }


    Best Regards,
    Jelly Team