I customised my account page on my e-commerce site. I used the below code to hide MyAccount-navigation and increase the width of MyAccount-content to 100%.
MyAccount-navigation panel is hidden, but MyAccount-content width is not set to 100%.
I am using the Blocksy free theme.
In Blocksy theme settings, I can’t change the account navigation to the top of the account content.
I am using the Blocksy free theme.
I need your support to change this. Please help
.woocommerce-MyAccount-navigation { display:none; } ``.woocommerce-account .woocommerce-MyAccount-content { width: 100%; }
Kusal is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.