Welcome to the Question2Answer Q&A. There's also a demo if you just want to try it out.
0 votes
384 views
in Q2A Core by
Q2A version: 1.4

1 Answer

0 votes
by
Change the css in your qa-theme.css file .

.qa-nav-footer {

       float: initial;

       display: block;

       width: 500px;

       margin: auto;

}

Make necessary adjustments to fit your theme .
...