Im trying to swap the location of my-account-left with my-account-right.
I have entered the following code in custom css, but the width is not showing properly on the my account page, what am i doing wrong.
/*swap my account left and right*/
.my-account-left {
float: right;
width: 30%;
}
.my-account-right {
float: left;
width: 70%;
}