• Resolved thealexzpl

    (@thealexzpl)


    Hi

    I would like to remove the sidebar widget on “My Account” page. In order to do so, I have customized additional CSS like this:

    .woocommerce-account div#secondary {
    display: none;
    }
    
    .woocommerce-account div#primary {
    width: 100%;
    

    The sidebar widget indeed disappeared but the account option list and the endpoints are now on the right side and I want them to be back on the left side.

    How to do it?

Viewing 8 replies - 1 through 8 (of 8 total)
Viewing 8 replies - 1 through 8 (of 8 total)
  • The topic ‘sidebar widget removal from my account page’ is closed to new replies.