Removing the Area Shown in the Attached Image
-
Hello,
How can the area shown in the attached image be removed?
Kind regards,
Nikola
Attachments:
You must be
logged in to view attached files.
Hello,
Try to add the below given CSS code to Theme Settings > Custom CSS > Global CSS.
body.page-id-25 .wd-my-account-sidebar {
display: none;
}
body.page-id-25 .woocommerce-MyAccount-content {
flex: 1 0 100%;
max-width: 100%;
width: 100%;
}
Best Regards,
Hi, thank you. It’s great, but could you also center the content from the attached image? Thanks.
Attachments:
You must be
logged in to view attached files.
Hello,
Please make sure you’ve created the Wishlist page correctly and set them up in the theme settings.
Create and page:
– One with the shortcode [woodmart_wishlist]
Then go to:
Theme Settings > Shop > Wishlist > Set the Wishlist page you created
https://gyazo.com/8639a02fc51fd5000cbd919f94182e8f
Best Regards,