Home>Support>Sidebar widget showing at bottom of page on product & category page..

Sidebar widget showing at bottom of page on product & category page..

By danmerron, 9 years ago. Last reply by Alex S, 9 years ago.
Notice: This thread is over two years old; the information may be outdated. Please consider creating a new thread if you require free support. If you have an active SiteOrigin Premium license, you can email our premium support desk at [email protected].

Hi,

My sidebar widget shows at the bottom of the page when on the category or product page..

Any ideas how to fix this? I could fix this by amending CSS but I don’t think this is necessary.

http://physicallyintimate.devsites.website/product/crystal-clear-collection/

Thanks,

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

  1. 9 years, 1 month ago Alex S
    Hi, I Work Here

    Hi Danmerron,

    So technically you haven’t set Vantage up to display a sidebar so it’s trying to force the container to be full width. Obviously, you likely only want the sidebar on WooCommerce pages so to resolve this please add the following CSS to WP AdminAppearanceCustom CSS

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

    You might also need to install the SiteOrigin CSS Editor.

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