Skip to Main Content

APEX

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

APEX 5 button alignment issue

PaulPJun 14 2017 — edited Jun 21 2017

Universal Theme

APEX V5.1.1

Chrome 59.0

How do I align a button to the far right when it is in Button Position "Right of Title"? In V4 you had multiple other options such as "Region Position #Change#" together with "Right" would place the button on the title bar but to the far right. What is the CSS to do this in V5?  After inspecting the buttons in chrome, I tried the following in the page inline CSS but couldn't get it to work.

.t-button{ 

    display: block; 

    float: left; 

}

thanks in advance

PaulP

This post has been answered by fac586 on Jun 15 2017
Jump to Answer
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Jul 13 2017
Added on Jun 14 2017
2 comments
2,221 views