How to set the height of the big grid 1

Posted in: Newspaper
Post count: 9

I want to set the height of the big grid 1 as same size as slider.
I put the code in custom code, but it doesn’t work.


@media
(min-width: 767px) {
.td_block_big_grid_1 .td-module-thumb {
min-height: 600px!important;
}}

Could you please tell me how to set it?

Post count: 23312

Hello Amekaze,

If you want to increase the height of your Big Grid 1, please notice that you should use a bit of CSS code to make these changes. Try the code below and place it in Theme panel ->Custom CSS area and then, you should regenerate your Thumbnails with Force Regenerate or Thumbnails Regenerate.

.td_block_big_grid_1 .td-big-thumb .td-module-thumb {
height: 600px;
}
.td_block_big_grid_1 .td-small-thumb .td-module-thumb {
height: 298px;
}

The result is here -> https://www.screencast.com/t/yilZJiiZIUR0

Thanks for your understanding!

Post count: 9

Thank you, but I missed the block name. How to set the size of big grid full 1?

Post count: 23312

Hello Amekaze,

You should check the Theme panel and change the value for module mx5 and mx6, like this -> https://www.screencast.com/t/E9RFc38X -> https://www.screencast.com/t/m4Zvs0yHCT

Thanks for your understanding!

Post count: 9

Catalin,
I didn’t mean the font size, though I want to change the size of “Big Grid full 1”.
I tried the code below, but it doesn’t work.

td_block_big_grid_ful_1 .td-module-thumb {
height: 600px;
}
.td_block_big_grid_ful_1 .td-module-thumb {
height: 298px;
}

Post count: 23312

Hello Amekaze,

Try to add the !important tag after each value to give higher priority to your custom code.
Unfortunately, I do not understand what do you want to mean the size of Big Grid?

Thanks for your message!

Post count: 9

The code doesn’t work.
I use “Big Grid Full 1” on my page, and want to set the height of this block.
The height on Retina display, it is too low.

Post count: 23312

Hello Amekaze,

Please provide your website URL so I can take a closer look at it and also, please be more specific about what exactly you want to achieve. You can provide some useful screenshots with your example.

Thanks for your understanding!

Post count: 9

Catalin,
I put the image. Hope it is useful for you.
I can provide website URL, if I can send private message. (I don’t find to send private message area on this form.)

for Catalin
Thank you.

Post count: 9

It looks the link doesn’t work. Please check it.

https://drive.google.com/file/d/0B-B4DwAvuQFRUFRlOGRleEZ0a0k/view?usp=sharing

Post count: 23312

Hello Amekaze,

Send us an email at contact@tagdiv.com and provide there your website.

Thanks for the message!

Post count: 9

Thank you very much.
I’ve sent e-mail to you.

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