• Resolved vgaran

    (@vgaran)


    Hello!

    I have a problem with a lightbox. It is not displayed in a pop-up window but after the menu block. What am I doing wrong? Is there any way to configure it?

    The page I need help with: [log in to see the link]

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Support jaysupport

    (@jaysupport)

    Hi vgaran,

    This seems to be a theme related issue.

    You should be able to use Custom CSS to help with this. Try pasting the following in the Additional CSS section of your theme’s customizer: (e.g. WP Admin Sidebar > Appearance > Customize > Additional CSS)

    .fdm-details-div {
    position: fixed !important;
    }

    If the changes are not immediately visible on the front-end, it could be that you have some sort of caching going. If you are using a caching plugin, please clear your cache and see if that makes a difference.

    For reference: https://ibb.co/SNWtHTV

    Thread Starter vgaran

    (@vgaran)

    Great! Thank you!

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Lightbox displayed after menu’ is closed to new replies.