Page 1 of 1

SOLVED - Remove categories from left & utilize that space

Posted: Fri Feb 27, 2015 5:17 pm
by msangani
Hi,

I was able to manage to remove the categories from categories page by disabling thru Modules > Category.

However I want to utilize that space which is currently shown as empty. Please check the below page. Kindly suggest me how I can show products on that space as well.

http://www.discountteakoutdoorfurniture ... ory&path=5

Re: Remove categories from left & utilize that space

Posted: Fri Feb 27, 2015 5:23 pm
by Omsairams
Hi

Just change the class from

Code: Select all

<div class="col-sm-9" id="content">
to

Code: Select all

<div class="col-sm-12" id="content">
in your content div it will solve your problem

Thanks,
Praveen.

Re: Remove categories from left & utilize that space

Posted: Fri Feb 27, 2015 7:00 pm
by msangani
Thanks Praveen. It worked like a charm.

I believe I had tried that option before, but the cache was never cleared.

Thanks again.

Re: Remove categories from left & utilize that space

Posted: Fri Feb 27, 2015 7:02 pm
by Omsairams
You are Welcome msangani :)

Re: Remove categories from left & utilize that space

Posted: Fri Feb 27, 2015 7:04 pm
by Omsairams
Please Make it Solved this Post!