Hello.
I have the following hopes.
1. I want to hide the area in the left column (My Account menu).
2. I want to change the details of the right column so that it can be displayed in 100% width.
See attached file.
I couldn’t do it just by typing the following in the additional CSS:
.wd-my-account-sidebar {
display:none;
}
.woocommerce-account .woocommerce-MyAccount-content {
width: 100%;
}
Can it be achieved by adding something to CSS?
Attachments:
You must be
logged in to view attached files.