Huge space below gallery
-
Really nice gallery, thank you for the work on this. I have a small problem with sizing / spacing.
There is a large space below the gallery (tried different ratios). Looking at dev tools in Chrome the problem is the height of the gallery as shown below:
<div id="wpif2_flowplus_1" class="wpif2_flowplus" style="color: rgb(85, 85, 85); width: 900px; height: 750px; background-color: rgb(255, 255, 255);">
Changing the height to 530px makes the gallery work with no space below. I can do this in the Element Inspector, but a CSS insert didn’t work:
#wpif2_flowplus_1 { height: 530px; }
2 questions, is there a better way of altering the spacing and if not can you see anything wrong with the CSS code
Viewing 7 replies - 1 through 7 (of 7 total)
Viewing 7 replies - 1 through 7 (of 7 total)
- The topic ‘Huge space below gallery’ is closed to new replies.