Extra space in Post Image Gallery

I followed the instructions on setting up a gallery here: https://theme.co/apex/forum/t/features-galleries/100

Everything seems to work except that there is a big block of white space under the gallery slider. See this page:
https://www.harringtonstanko.com/wild-flower-ranch/

How do I remove this white space?

You also can’t click to view the single post page from the main blog page. The link is disabled. You can also see the big block of white space under the slider on this page too. See the Wild Flower Ranch post on this page: https://www.harringtonstanko.com/category/completed/page/2/

How do I remove the white space from here? how do I enable the link here?

Thanks so much for your help!

Hello There,

Thank you for the detailed post information.

To resolve your issue removing the extra space below the slider, please add the following CSS code in the X > Theme Options > Global CSS (http://prntscr.com/evui3r)

.x-flexslider.x-flexslider-featured-gallery.man {
    overflow: hidden;
}

We would loved to know if this has work for you. Thank you.

That worked great! Thanks so much!

You are most welcome. :slight_smile:

One more question. What is the best way to make the image smaller. I noticed that it is currently inserting the full-with image, is there a way to select a smaller version of the image? or do we have to change the css? Thanks!

Hello There,

Your actual and original image is only 700 pixel wide. It is being scaled to make fit in the content area which is 1200. This is how your slider will look with your original image size:

It is best that you update a high resolution of at least 1200x800 in size instead.

Hope this helps.

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.