Dear team,
I found that when using Big Grid Full 1, it actually cropped the feature image of the post top and bottom, anyway to avoid this?
https://archieve.revolution.watch – Please the image in Big Grid Full 1, the top and bottom being cropped.
Cheers.
regards,
vic
Hi,
On full grids the image is set as a background. It is not cropped but it is positioned using css – https://www.screencast.com/t/m3o289wVHHu
You can change background position, for example center top if you’d like more – https://www.screencast.com/t/FyLMR3QPeNB It will be applied only on Big Grid Full 1.
.td_block_big_grid_fl_1 .td-thumb-css {
background-position: center top;
}
Hope it helps!
Hello,
The grids thumbnails are not adjustable. They can be changed with css but the thumbs cannot be managed through css. You can change the container height though. Please provide more specific details to how you want to change the height. Do you want to increase or decrease the block height?
Thanks.
Hello,
You can adjust it from it’s padding like so:
.td_block_big_grid_fl_1 .td-big-grid-post{
padding-top:35%;
}
You will have to adjust it for responsiveness though on each screen size. Add it in the advanced css tab under each screen size and adjust the code for each one for it to work properly on all devices:
Thanks.