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!
I am using Vantage theme and so far I am still on localhost.
Problem is that on categories and product pages Woocommerce sidebar appeares on the right bottom of the content area. Shop page still has sidebar in its place – right beside content area. How could I fix that?
I was reading around before and found similar question. But now it seems I have lost the link so I can not find the solution offred there any more.
Hi Krislyn,
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.
no, I am on localhost.
is there any other way i could describe my problem?
Hi Krislyn,
Hm, I can guess. Maybe if I try enforcing the width that’ll fix it for you. 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.
Hi! Sorry for the delay. I just tryed this code (I already have installed SiteOrigin CSS Editor) and it worked – sidebar is now on the side!
Thank you very much!