Big Grid Full 1

Posted in: Newspaper
Post count: 17

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

Post count: 7909

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!

Post count: 17

Dear team,

Works like a charm! Thanks!

regards,
vic

Post count: 17

Dear team,

1 more question, may I know which CSS I can use to adjust the height of the image for Big Grid Full 1?

regards,
vic

Post count: 22421

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.

Post count: 17

Dear team,

Say if I want to decrease the height of the Big Grid Full 1, what shall I do?

regards,
vic

Post count: 22421

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.

Post count: 17

Dear team,

perfect! Thanks!

regards,
vic

Viewing 8 posts - 1 through 8 (of 8 total)
The forum ‘Newspaper’ is closed to new topics and replies.