- This topic has 3 replies, 2 voices, and was last updated 7 years, 3 months ago by .
Viewing 4 posts - 1 through 4 (of 4 total)
Viewing 4 posts - 1 through 4 (of 4 total)
- You must be logged in to reply to this topic.
Home › Forums › Panaroma Forum › Displaying WooCommerce product page full width
I’m using WooCommerce to sell one product on my new site, and the product page is displaying the product with a left sidebar. I’d like to be able to remove the sidebar and have the product page display full width. How would I do that?
The product page is here: http://www.club57artistsfund.com/product/susan-hannafords-club-57-playing-cards/
Thanks for any help.
Hi,
Kindly go to Appearance >> Theme Options >> Basic Settings >> and find woocommerce page layout >> select woocommerce full width.
Regards,
Dave
I’m not seeing any WooCommerce settings in theme options.
Hi,
Kindly go to Appearance >> Theme Options >> Layout Settings >> Custom CSS Box:
Add this code there:
.single-product #primary { width:100%;}
.single-product #secondary { display:none;}
Regards,
Dave
WordPress Migration to New Server From now on, you don’t need to worry about the WordPress migration to the new server. Because it looks complex, […]
Many people look forward to creating a website using WordPress because WordPress permits all the features and functionality that online store business required. Hence, WordPress […]
Migration of e-Commerce Website If you have decided on the migration of e-commerce website, you are most probably already familiar with this. When you migrate […]