This thread is over two years old and may be outdated. Please create a new thread if you need help, or email us if you have an active Premium license.

WooCommerce Widget Layout on Product Page & Single Product Page

Resolved 6 replies developerthemetheme-vantage
9 years ago · Last reply by slimreddd 9 years ago

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.

Need fast email support? Get SiteOrigin Premium

Replies

6
  1. Alex S Staff 9 years, 8 months ago

    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. slimreddd Private 9 years, 8 months ago

    This is a private message.

  3. Alex S Staff 9 years, 8 months ago

    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. slimreddd Private 9 years, 8 months ago

    This is a private message.

  5. Alex S Staff 9 years, 8 months ago

    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. slimreddd 9 years, 8 months ago

    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.

Have a different question or issue?

Start New Thread