Hello,
I tried to set the menu of my WC Account in two column, so that I am the navigation menu on the left (not on the top. I did not manage to do it. Could you please help me with it?
I tried following code but nothing happened.
.woocommerce-MyAccount-navigation .u-column1.col-1 {
width: 48%;
float: left;
margin-right: 2%;
}
.woocommerce-MyAccount-content .u-column2.col-2 {
width: 48%;
float: left;
}
