Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #336290
    William
    Participant
    #336303
    minal
    Keymaster

    Hello @William,

    If you want to change the dropdown menus to left on mobile screens,

    Please add those CSS snippets to your additional CSS. To find Additional CSS

    go to Dashboard >> Appearance >> Customizer >> Additional CSS

    @media screen and (max-width: 40em) {
    
      .site-navigation ul ul {
        margin-left: 0;
      }
    
    }

    Hope it works for you !!

     

    Sincerely,

    Minal

     

     

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