Welcome to the Question2Answer Q&A. There's also a demo if you just want to try it out.
+2 votes
447 views
in Plugins by
recategorized by

i don't want to remove i just want to move this star for favorites coz it is hiding the print button. please some body guide how can i do this?

Q2A version: 1.5.3
by
At which place you want to move this
by
in the same line can the print button come just before the fav star?

1 Answer

+1 vote
by

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

 

...