Viewing 2 replies - 1 through 2 (of 2 total)
  • Please go to Appearance->Customize->Additional CSS option then add that code

    .main-navigation .sub-menu{
       right: 0;
       min-width: 200px;
    }

    if not work then remove and add that code please

    .main-navigation .sub-menu{
       right: 0 !important;
       min-width: 200px !important;
    }
    Thread Starter elmirasln

    (@elmirasln)

    The 1st one worked. Thanks a lot!

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘submenu position adjustment’ is closed to new replies.