Images overlapping text/ads/headlines and date in Block 11

Posted in: Newspaper
Post count: 72

We’ve run into a problem with the theme Block 11. When we open up the browser windows to a larger size than 1024px we get an image that jumps up in size and overlaps other content.

How can we avoid this?
I’ve tried block 12 and FlexBlock 1 but neither of those is much better.
Any way to edit breakpoints or default image sizes per layout?
Why is there a layout tab for flex blocks but not for regular blocks?
How do I edit or make my own block?

Here is an example:
Overlapping Image Screen Cap

Best,
Kim Christiansen

Post count: 35449

Hi,

Please add this custom css in Newspaper>Theme panel>Custom code>Custom css
@media (min-width: 1024px){
.td_block_11 .td_module_10 .td-module-thumb img{
height: 150px;
}
}

Results : https://www.screencast.com/t/vylvXV4Im

Thank you.

Post count: 72

That seems to have fixed it,
Thanks.
Maybe the theme needs some tweaking of it’s breakpoints and image sizes? I found several more errors like this one as I was trying to solve the problem with different blocks. Maybe a block editor? It can’t be that hard to edit blocks can it?

Post count: 35449

Hi,

Please read our documentation for create custom code with the browser’s Inspector or the Live CSS Box -> https://forum.tagdiv.com/create-custom-code-using-the-browsers-inspector/

Please let us know the error that you found.

Thank you.

Viewing 4 posts - 1 through 4 (of 4 total)
You must be logged in to reply to this topic.