Home>Support>WooCommerce Widget Layout on Product Page & Single Product Page

WooCommerce Widget Layout on Product Page & Single Product Page

Hoping for some assistance with this one: I currently have my SHOP widgets turned on (Category & Recently Viewed) – it defaults to the right side on the product page and is located at the bottom of the single-product page on the right side. Is there a way to modify and correct this? I’d ideally like for the widgets to be on the left hand side on both pages, and at the same level as the product information on the single-product page.

Thank you!

This is our free support forum. Replies can take several days. If you need fast email support, please purchase a SiteOrigin Premium license.

  1. 8 years, 3 months ago Alex S
    Hi, I Work Here

    Hi Slim,

    Do you have a public URL where we can take a look at what’s going on? If you need to keep this URL private from other users, just select “Private Reply” on the bottom right of the comment box.

  2. 8 years, 3 months ago Private Message - slimreddd

    This is a private message.

  3. 8 years, 3 months ago Alex S
    Hi, I Work Here

    Hi Slim,

    You can correct this with some custom CSS. If you navigate to WP AdminAppearanceCustom CSS, you’ll get our custom CSS editor. Just add the following code.

    @media (min-width: 681px){
    	.woocommerce-page #container {
    		float: left !important;
    		width: 71.287% !important;
    	}
    }
    

    You might also need to install the SiteOrigin CSS Editor.

  4. 8 years, 3 months ago Private Message - slimreddd

    This is a private message.

  5. 8 years, 3 months ago Alex S
    Hi, I Work Here

    Hi Slim,

    Oh sorry – typo. Please replace the above CSS with the following CSS to align the sidebar to the left. Please navigate to WP Admin > Appearance > Custom CSS and add the following CSS:

    @media (min-width: 681px){
    	.woocommerce-page #container {
    		float: right !important;
    		width: 71.287% !important;
    	}
    }
    

    You might also need to install the SiteOrigin CSS Editor.

  6. 8 years, 3 months ago slimreddd

    Thank you Alex, this worked like a charm!

Replies on this thread are closed. Please create a new thread if you have a question, or purchase a SiteOrigin Premium license if you need one-on-one email support.

Get The Most Out of SiteOrigin with SiteOrigin Premium

Find Out More