Hi,
There is a filter hook you can use to set what capability is required to manage settings, so we’d try that first: use “rl_lightbox_settings_capability” filter and return something like “manage_options”.
If that does not work you can try to adjust it manually in the database. Capabilities are stored in “responsive_lightbox_capabilities” option.
Hope this helps,