Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #1275428

    Hi,

    I wonder if you can help me to fix the top menu i tablet mode. I want it to look like the one on phone mode. See attached links.

    #1275609

    Hey Konstlist16,

    Could you please give us a link to your website, we need more context to be able to help you.

    Best regards,
    Victoria

    #1275670

    Ok, here it is.

    #1275740

    Hi Konstlist16,

    Here is the code you can put in Enfold > General Styling > Quick Css,  if it does not work, put into themes/enfold/css/custom.css

    
    @media only screen and (max-width: 1024px) {
      .responsive #header .sub_menu,
       .responsive #header_meta .sub_menu>ul {
          float: none;
          width: 80%;
          text-align: center;
          margin: 0 auto;
           position: static; 
      }
      .responsive #header_meta #avia2-menu li {
        padding: 7px;
      } 
    }
    

    If you need further assistance please let us know.

    Best regards,
    Victoria

    #1275750

    Thanks, it helped me.

    #1275894

    Hi Konstlist16,

    Glad we could help :)

    If you need further assistance please let us know.
    Best regards,
    Victoria

Viewing 6 posts - 1 through 6 (of 6 total)
  • The topic ‘Center top menu in tablet mode’ is closed to new replies.