Home › Forums › Gillion Theme › Slider on Front Page Featured Image Size
Home › Forums › Gillion Theme › Slider on Front Page Featured Image Size
Hi,
New to this theme, and I was curious whether you can help: If I add a featured image that’s optimized for the post thumbnail, it looks weird and distorted in the slider on the front page. Is there a way to find a “happy middle” or force the image to crop the slider image in a specific way as to not cut off people’s heads?
Website is http://www.torontorides.ca/
Hi @karengeier,
I hope you are well today and thank you for your question.
Please try regenerating thumbnails on your site using this plugin https://wordpress.org/plugins/force-regenerate-thumbnails/
You can also try achieving it by adding the following CSS code in the Custom CSS code option of your theme on the below path.
Admin Area -> Appearance -> Theme Settings -> Custom Code -> CSS Code
.blog-slider-item { background-position: 50% 15%; }
Best regards,
Shufflehound team
Thanks for the suggestions. Neither of them worked.
Do you have any other ideas?
Actually due to CSS specificity issue it is not working on your site so please try using below custom CSS code.
#page-container .blog-slider-item { background-position: 50% 15%; }