Welcome to the Question2Answer Q&A. There's also a demo if you just want to try it out.
+4 votes
694 views
in Themes by

 

I have to move favorite button below the vote button. 

I would be happy if you can help me. Thanks.

Q2A version: 1.7

1 Answer

+3 votes
by

Has been previously answered:


Place below code into qa-theme.php

 

function favorite(){

 

function favorite(){

qa_html_theme_base::favorite();

$this->output('your code here'); //replace "your code here" with your image, link or whatever you want to place

}

 

Now you need to style that to align

...