Make Pictures Larger

Posted in: Newspaper
Post count: 21

Can anyone tell me the CSS code to make the bottom 3 pictures Taller in Big Grid Full 6.

Post count: 35449

Hi,

If this is what you want to achieve https://www.screencast.com/t/N98NqR4cwa please add the below custom css in Newspaper>Theme panel>Custom code>Custom css
.td-full-layout .td-stretch-content .td_block_big_grid_fl_6 .td_module_mx22 {
height: 350px;
}

Thanks.

Post count: 21

Calin

That is exactly what I was looking for, Thanks. I add the code to where you told me but it does not change anything.

here is my site: http://www.mixgeeks.com

Post count: 35449

Hi,

Try this custom css
.td_block_big_grid_fl_6 .td_module_mx22 {
height: 350px;
}

You can change the value of height.

Thanks.

Post count: 21

That did it. You ROCK!

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