Hi there,
Add a special class to those buttons (class=”my-right-btn”) and use following CSS rule below, place it into your Customizer, Custom > CSS section using the menu Appearance -> Customize.
[button class="my-right-btn" href="#" title="Title" target="blank" shape="square" size="mini" icon_only="true"] My Button [/button]
.my-right-btn {
float: right;
}
Hope that helps.