Viewing 5 replies - 1 through 5 (of 5 total)
  • Plugin Author Matt Cromwell

    (@webdevmattcrom)

    Hi there,

    This must be some sort of conflict with your theme. I can’t really troubleshoot that without actually seeing the site. Do you have a live link to the page where I can see the problem?

    Thread Starter sginsbe

    (@sginsbe)

    Sure, the carousel is on the front page here: https://arabellachapman.history.lsa.umich.edu/

    Plugin Author Matt Cromwell

    (@webdevmattcrom)

    Yep, you’ll see on line 598 of your style.css you have this style:

    .content-wrap img {margin-top: 20px}

    To fix it, try adding this to your stylesheet:

    .owl-carousel .owl-item img {
        margin-top: 0;
    }
    Thread Starter sginsbe

    (@sginsbe)

    That worked! I also had to adjust the max-height of #foogall-460 .foo-item. It was set about 20px more than the height I set in image size, which was adding extra space and an extra piece of border at the bottom of each image. I think I’ve got it worked out now.

    Thanks so much for your help and for this great plugin!

    Plugin Author Matt Cromwell

    (@webdevmattcrom)

    No problem, glad it worked out and that you’re enjoying the plugin. Feel free to show your appreciation with that little donation link or a kind review.

    Thanks!

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Images pushed too far down’ is closed to new replies.