Quote:
Originally Posted by ggrimes620
I hope I understand you correctly!
I've got the thanks box at the very bottom of posts which is great! I've got the thumbs up button at the top next to the thread title. I'd like to move it to the far right of the post just like in the picture below.
|
Ok, great you did what you were after.
Now all you need is to add some css to your button so it moves to the place where you like,
you need to know what class or id is placed with each button to add css to it. Add your css to your
additional.css file.
it should be something very simple:
Code:
.yourbuttonclass{
right:40px;
position:absolute;
margin:10px 4px;
}
it is not necessary to be the same css because that depends on the place where you want, something you decide in your own...
I hope that helps.
if not, then you will have to provide a link to your forum, and if you want it to be private then send me a PM
Good luck!