Hello,
The height of these blocks cannot be changed. They have a fixed layout that cannot be altered without customization. DO your blocks look any different than this example?
https://demo.tagdiv.com/newspaper/block-13/
https://demo.tagdiv.com/newspaper/block-18/
If so, it probably means you did not regenerate your thumbnails after switching themes. Please use the force regenerate plugin and regenerate the thumbs.
Thank you!
Hello! My current site is here: http://e50.4da.myftpupload.com/. I am using Homepage Post and would like for the image to not be so tall, so that the title of the post can be seen without scrolling down so far. Is this possible?
Hello,
Here is an example code of how this can be done:
.page .td-post-template-8 .td-post-header{
height: 380px;
}
You will have to add the code in the advanced css boxes and adapt the size for each display size: https://www.screencast.com/t/YreMvdAy
Thank you!
Hello,
Yes, you can add the code just for a specific device if you use the advanced css section: https://www.screencast.com/t/MPrc6vXR0
You can do this for any block you want if you use the browser inspector and get the proper classes for each element.
Here is an example for block 18:
.td_block_18 .td_module_mx8 .td-module-thumb{
height: 500px;
}
Please use this guide in order to customize the theme css: https://forum.tagdiv.com/create-custom-code-using-the-browsers-inspector/
Thank you!