Lightbox anomaly

Support Area Forums Responsive Visual Lightbox anomaly

Viewing 4 posts - 1 through 4 (of 4 total)
URL to the page in question:
  • Author
    Posts
  • #12161
    Ben Wallace
    Participant

    Issue with Lightbox

    Hi, take a look at this page: http://wndwrdmkt.com/graphic-design-services/

    If you click any of the images the lightbox gallery pops up, but there seems to be a 3 or 5 pixel transparent vertical strip on the right hand side… any ideas?

    B

    #12168
    Bill Robbins
    Moderator

    Ben,

    Thank you for your business first of all. Sorry for the trouble too. Here’s how you can change that:

    1. Go to the Theme Options page and select the Styling tab.
    2. Scroll down to the Custom CSS box and paste this:
      
      img,
      .jquery-lightbox img {
      	max-width: 100%;
      }
      
    3. Update your settings.

    That should keep the images from being just a hair too small. It looks like they were 1% too small in the responsive set-up.

    If you run into any questions or trouble, let me know.

    Have a great week,
    Bill

    #12175
    Ben Wallace
    Participant

    Hi Bill

    Thanks so much! after looking at your custom code I was able to find and change it in the Editor on the full CSS file, you were right, width was at 99% instead of 100%

    Ben

    #12177
    Bill Robbins
    Moderator

    I’ll glad you were able to get that wrapped up. If you need anything else, let me know.

    Bill

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘Lightbox anomaly’ is closed to new replies.