Hello! When you click on an attached photo, it opens in the lightbox, and below (the area is marked in red in the screenshot), the navigation buttons are not displayed correctly. Site address: xn--56-slcmimaco.xn--p1ai/otzyivyi
Notifications
Clear all
Jun 19, 2017 12:21 pm
2 Replies
Jun 19, 2017 9:46 pm
This problem comes from your theme CSS, it resets addon lightbox style. Put this CSS code in Dashboard > Comment > Settings > Styling > Custom CSS Code textarea (below):
#cboxPrevious, #cboxNext, #cboxSlideshow, #cboxClose{min-width:auto;}
then delete all cache and do Ctrl+F5 on front-end to load new CSS code
Jun 20, 2017 8:18 am
Thank you! Now everything is fine!