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
  • 17 views

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 ?

This topic has been closed for replies.

3 replies

annajosephine
Nintex Employee
Forum|alt.badge.img+18

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.


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;}


Forum|alt.badge.img+1

Hi Ktyler,
I think this one is helpfull to you

float: left;


Thanks,
Raghavendra Reddy