Tagged: enfold, sidebar, woocommerce
Hi guys,
Could you please help with the following:
1. How to change size ratio between Content and Sidebar Area in Woocommerce Single Product Page? I have Enfold set to 73%:27% in General Layout, while Woocommerce Singe Product has different ratio.
2. How to set Left Sidebar alignment in Enfold pages to the left margin instead on the right? Right alignment is causing one widget not showing properly.
Many thanks in advance!
Hey videogame!
May we have temporary access to your website to take a closer look?
Be sure to include any credentials in the private content section.
Regards,
Dake
Hey Dake,
Please check in private
Hi!
1.) You can change the single product sidebar / content ratio with this in the Quick CSS field:
.single-product-main-image {
width: 50%;
}
2.) Use this code to left align the sidebar content:
.sidebar_left.sidebar {
text-align: left;
}
Regards,
Ismael
Ismael rulez! Thank you!