About this topic

  • Posted by TC 1 year ago. There are 2 posts. The latest reply is from byron.
  • This topic is resolved

No tags yet.

  1. Hi there!
    Love the plugin - just having a hard time making it look like the demo. Tried the settings to no avail.

    I keep getting horizontal and vertical scrollbars around every thumbnail in the gallery - tried messing with the sizing options and still no luck.

    Any feedback appreciated.

    Cheers

  2. Hi TC,

    That sounds like you've got some CSS from your Theme that is causing it to do that.

    You might try switching over to the default theme and see if that fixes it. If so, then it's CSS in your theme. You'll just need to determine which rules are causing problem and override them for the gallery.

    To override them, you can add !important like this:

    .bwbps_image_div {
    height: 162px !important;
    width: 25% !important;
    }

    Cheers,
    Byron

RSS feed for this topic