List view Options Rendering off the Screen

altnetwork

Member
When using the option for dropdown for the list view the window is rendering off the screen.

Can you change it to render in like the line option rendering for the drop down?

Attaching screen of what this looks like.
 

Attachments

  • sshot-4.png
    sshot-4.png
    18.7 KB · Views: 149
Not sure what you mean by
"Can you change it to render in like the line option rendering for the drop down?"

However if your list is wide and using up all the page width I would suggest setting the list so that the checkbox is rendered at the beginning of the list:

details -> links -> checkbox location = beginning
 
I need it at the end. It will not work for me at the beginning. Sending more screen shots for examples.

First screen shot shows the top dropdown for the list.
Second shows the first line downdown.

I have 60 lists and this is a pain and I have my screen at it max and still have issues.
 

Attachments

  • sshot-5.png
    sshot-5.png
    13.8 KB · Views: 131
  • sshot-6.png
    sshot-6.png
    18.8 KB · Views: 134
Add custom CSS
Code:
#listform_$c .fabrik_actions .dropdown-menu {
left:auto;
right:0;
}
 
We are in need of some funding.
More details.

Thank you.

Members online

No members online now.
Back
Top