I am placing these buttons in to the page inside the WordPress admin. Does anyone know how I can make the buttons stay on the same line? They automatically separate in to two lines.
I am placing these buttons in to the page inside the WordPress admin. Does anyone know how I can make the buttons stay on the same line? They automatically separate in to two lines.
Add style
display: inline;
to the img tags and add some padding etc.
This topic has been closed to new replies.