Sidebar removal for Dazzling WordPress theme

Hi people!
I’m using Dazzling theme and pretty much like it. I want to remove sidebar for single posts and for mobile devices. Blog is using featured images. How can I do this?)

Please post your website URL and will check your current setup, so I can give you proper suggestions.

Hi Aigars,

Please also advise me on how to remove the sidebar completely on my website too http://d-base.dyndns.biz/bolus/?product_cat=jay-cutler for example. I think it may look better without the sidebar.

Thank you.

@drazeni

I see that you have already found a way to remove sidebar for your WooCommerce page. Let me know if you need any further assistance with this.

Hi Aigars, yes thanks I found a post from another user on google…

The solution was to insert the following custom css

.woocommerce #primary {
  width: 100%;
}
.woocommerce #secondary {
  display: none;
}

I hope this helps more users.