Viewing 1 replies (of 1 total)
  • Thread Starter alexwee88

    (@alexwee88)

    Move My Account Nav Menu in Storefront Theme from right to left

    Appearance > Customize > Additional Css
    use this code is work

    @media (min-width:768px) {
    .page-template-template-fullwidth-php .woocommerce-MyAccount-navigation {
    float: left;
    margin-right: 4.347826087%;
    }

    .page-template-template-fullwidth-php .woocommerce-MyAccount-content {
    float: right;
    margin-right: 0;
    }
    }

    • This reply was modified 5 years, 6 months ago by alexwee88.
Viewing 1 replies (of 1 total)
  • The topic ‘How to move the my account page’s “Dashboard” banner’ is closed to new replies.