Skip to main content
Nintex Community Menu Bar
Question

Need to be able to move buttons and filters to left side of table, instead of right side

  • July 9, 2024
  • 3 replies
  • 1 view
  • Translate

Forum|alt.badge.img+9

I’m ending up with some wide table forms… so the position of the filters and buttons on the right becomes a big problem… they’re invisible unless you scroll left and they’re not where you would expect them to be… since people scan from right to left isn’t there any way i can move them… maybe with a custom script ?

Did this topic help you find an answer to your question?
This topic has been closed for comments

3 replies

annajosephine
Nintex Employee
Forum|alt.badge.img+18
  • Nintex Employee
  • 867 replies
  • July 9, 2024

Ken, you can do this with CSS. In the resources tab, click to add a new inline CSS resource. Open the css editor and enter div.nx-editor-header{float: left;} This should make all of your actions, searches, filters etc. float left. Let me know if doesn’t work or you have any issues.

Translate

Forum|alt.badge.img+1

for individuals also you can apply CSS if it is needed…
like only buttons on right filters on left…

for filters 
.nx-conditioncontainer{float:left;}

for save, cancel & search 

.nx-header-right{float:left;}

Translate

Forum|alt.badge.img+1

Hi Ktyler,
I think this one is helpfull to you

float: left;


Thanks,
Raghavendra Reddy


Translate

Cookie policy

We use cookies to enhance and personalize your experience. If you accept you agree to our full cookie policy. Learn more about our cookies.

 
Cookie Settings