• Resolved goremented21

    (@goremented21)


    Hello, close button is not shown in mobile version. What can i do?

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

Viewing 1 replies (of 1 total)
  • If you have not already worked it out, add the following to your CSS to make the close button show on all devices. (Make sure your stylesheet comes after the plugin inclusion or it may reset the setting).

    .litebox-overlay .litebox-close {
        display: block !important;
    }
Viewing 1 replies (of 1 total)

The topic ‘Close button on mobile’ is closed to new replies.