Ethos post slider size

Hi, can you help me adjust the post slider size in my ethos theme? Somehow while I was working in the theme the slider posts were resized to a smaller size. The width seems fine but the height is about 1/2 of what if should be (I think).

Thank you,

Hi,

I checked your site and it’s under construction mode.

Can you provide us your wordpress admin login in secure note so we can take a closer look.

For the mean time you can try adding this in Theme Options > CSS

.x-post-carousel.unstyled .entry-cover {
    padding-bottom: 225px;
}

Hope that helps

Hello Trip,

Thanks for updating the thread. :slight_smile:

Please try adding following CSS under Pro > Theme Options > CSS:

.x-post-carousel {margin-top: 125px !important;}

1- I have found the proper CSS code selector using the Chrome browser Developer Toolbar: https://www.youtube.com/watch?v=wcFnnxfA70g

2- For the CSS code itself, I suggest that you get started with this tutorial: https://www.youtube.com/watch?v=yfoY53QXEnI

Thanks.

Prasant,

That worked! You are the man!

Thank you!

You’re most welcome. :slight_smile:

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