
Hi Saswata,
Thank you for reaching out to us. To make adjustments in the carousel slider images, try adding the following code in the Theme Options > CSS:
.x-post-carousel.unstyled .entry-cover {
padding-bottom: 50% !important;
}
.x-post-carousel.unstyled {
height: auto !important;
}
I see you have an active cache plugin so don’t forget to clear all caches including your browser’s cache after adding the code so you can see changes on the front-end right away. Let us know how this goes!
thanks Nabeel
Can you also help with this slider and posts feature images too?
Thanks in advance

Hello Saswata,
The Post slider and the featured images in your blog post items were displayed as a background image. It is set to covet the designated area for the image. If you want to see the full image and not the zoomed images, please add the following CSS code in the X > Theme Options > Global CSS (http://prntscr.com/evui3r)
.x-post-slider .x-post-slider-entry,
a.entry-thumb {
background-size: contain;
}
We would love to know if this has worked for you. Thank you.
You’re welcome. Glad we’re able to help.
This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.