Yes, you are right.
It's a small css fault.
Please open this file ../templates/gk_mystore/css/vm/vm_major.css
and replace code on line 31:
- Code: Select all
div.buttons_heading { margin:13px 0 0; float:right; padding: 0!important; width: auto; }
with this one
- Code: Select all
div.buttons_heading { margin:0; float:right; padding: 0!important; width: auto; }
This will be added on next update of the template.
Cheers