Allow "Page Title" buttons to be located on the left side

absolutely.

If I want all of the buttons on my pagetitle component to float left instead of right, I give the pagetitle the css class “title-buttons-left” and then add CSS to my page (or master page or into my theme directly) that looks like this:

*Float Button Left*/<br>div .title-buttons-left .nx-header-right {<br>&nbsp; &nbsp; float: left;<br>}


You could do something similar by applying a class to a single pagetitle button.