UI error on small resolution with block 16

Posted in: Newspaper
Post count: 33

Hi,
I have a problem with the theme with block 16 on small resolution.
Here what I get:
Block 16 on small resolutions

Post count: 22421

Hello,

Please disable all plugins except the page builder, clear cache and reset cdn files if you use it. Please also check any custom code you might have added to the theme panel or the theme files. If you use a child theme, please switch to the main theme to make sure it does not affect the proper functionality of the theme.

Thank you!

Post count: 33

Hi you,
all do, but the problem persist.

Using the Developer Tools Console in Chrome, I see that the problem is solved removing the “float:none;” on td-block-row class ad in image below

Post count: 20688

Hi,

Please try entering this code in Theme panel->Custom CSS section, it should fix the problem with block 16
https://www.screencast.com/t/dXPFP84Gf

@media (max-width: 767px) {
.td_block_16 .td-block-row [class*="td-block-span"] {
float: left;
}}

Please let us know if there still is a problem.

Thanks

Post count: 33

Good, now work!
Do you think to resolve this in your next release? Or this is only a my problem?

Thank yu very much
Fabrizio

Post count: 20688

Hi,

Yes, this will surely be fixed in the next theme update. It is a general responsive issue with this particular block, it is not happening just for you.
Sorry for this inconvenience.

Thanks

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