Skip to main content

My Account Page CSS Is Broken

If you have just installed BodyComerce and notice that the account page look different, then you will need to add CSS. We add CSS in preparation for our custom templates. If you do not want to use our templates and instead keep using the default page then please add this CSS to Divi > Theme Options > Custom CSS.

body.woocommerce-account .woocommerce-MyAccount-content {
float: right !important;
width: 68% !important;
}
@media screen and (max-width: 980px){
body.woocommerce-account .woocommerce-MyAccount-content {
float: left !important;
width: 100% !important;
}
}
.bc-account-content {
padding-left: 0;
}