Welcome to the Question2Answer Q&A. There's also a demo if you just want to try it out.
0 votes
3.0k views
in Q2A Core by
Hi,can any one tell me How can i remove sidebar from certain pages like login,tags,users etc. ?
Q2A version: 1.5
by
can anyone help me with it?

1 Answer

0 votes
by

You can use CSS in your theme with a rule like:

.qa-template-tags .qa-sidepanel {display:none;}

This example would remove the sidebar from the tags page.

by
Thanks gidgreen,I am going to try it, but will it allow me to use the full main space with changing the width of the main section.
...