Image Gallery Size & Spacing

Posted in: Newsmag
Post count: 2

There are around 100 pixels padding beneath the Image Gallery, which is far too much, where can that be changed, because there aren’t any design options in the Image Gallery settings?
e.g. please scroll to the bottom of this page, https://www.polandtrips.co.uk/2015/09/14/beach-riding-in-leba/

Slide show pictures on my travel page were designed at 460 x 220, and they are set to that size in the image slideshow options, however, they actually show at 605 x 289, why is that and why aren’t the image slide show options working? Image Gallery added via Visual Composer, settings are no title, Flex Slider slide, auto rotate 3, on click action none, size 460 x 220.

Post count: 6535

Hi

Try this custom css to remove the margin below the slider: http://screencast.com/t/kYGW4e6aP0oJ

.flexslider{
margin: 0 0 0!important;
}

Regarding the image size you also can use custom css to re-size it but the slide container will remain by post content width’s which is 640px:

.flexslider .slides img{
width: auto!important;
}

If this is not what you mean please provide more details.

Thanks!

Viewing 2 posts - 1 through 2 (of 2 total)
The forum ‘Newsmag’ is closed to new topics and replies.