Welcome to the Question2Answer Q&A. There's also a demo if you just want to try it out.
+1 vote
2.6k views
in Q2A Core by
Hi Gidgreen, I much appreciate your work...

May i know, how to move categories showing in top of the page to side bar?
by
Hi Gidgreen, it looks like because of custom theme, im using..
I have to fix it..

Sorry for the wrong question... :(

1 Answer

0 votes
by
 
Best answer
To solve the issue with the categories list, copy across these lines from the Default qa-styles.css to the qa-styles.css file for you custom theme:

.qa-nav-cat-list ...
.qa-nav-cat-item ...
.qa-nav-cat-link ...
.qa-nav-cat-selected,.qa-nav-cat-selected:hover ...

Some other key changes in qa-styles.css you need to copy across:

.qa-sidepanel ...
* html .qa-sidepanel ...
.qa-sidebar ...
.qa-feed ...
.qa-feed-link ...

.qa-nav-main-item,.qa-nav-main-item-opp ...
.qa-nav-main-item ...
.qa-nav-main-item-opp ...

.qa-q-view-hidden ...
    .qa-q-view-hidden .qa-voting ...
    .qa-q-view-hidden .qa-q-view-content ...
    .qa-q-view-hidden .qa-q-view-meta ...
    .qa-q-view-hidden .qa-q-view-meta .qa-user-link ...
    .qa-q-view-hidden .qa-category-link ...
    .qa-q-view-hidden .qa-tag-link ...

.qa-nav-footer-item ...

.qa-category-link ...

There are also some less crucial changes - you can see the full list by comparing the Default qa-styles.css file between version 1.0.1 and 1.2.
by
Yes Gidgreen, I somewhat managed to get those... :)
Still working on to make it fit with theme...

Thanks for pointing out.. It will be useful for all those using customized themes...

Thank you!
by
Ahh yes, this is why i asked gidgreen my question about new classes the CSS changed but our theme CSS did not, hmm.
...