I would like to remove the sidebar from my product page and make it full width, however, the solutions I found here are from 2018 at the latest. Is there an easier way that adding and activating the child theme they suggest? I am not a professional and I just want a full width product page. What can I do?
Hello there,
Thank you for contacting us about out theme Sydney Pro. I am happy to help with your queries.
To hide the sidebar area on product page, you can simply add the below CSS code to your site by going to Appearance > Customize > Additional CSS from dashboard. And insert the below code:
.single-product .page-wrap #secondary {
display: none;
}
.single-product .page-wrap #primary.col-md-9 {
width: 100%;
}
Regards,
Kharis
aThemes Support
Thank you so much! It worked!
1 Like
You’re welcome!
Please let us know in a new topic if you have any further questions, or if we can provide you with any other assistance.
Regards,
Kharis
aThemes Support