Design issue on mobile

Posted in: Newspaper
Post count: 61

Suddenly, of course not suddenly but I can’t remember making a change exept for regular updating the theme, the design is broken. On desktop it is fine but on the mobile phone it’s not. Do you have a solution?

Check the screenshot: https://1drv.ms/i/s!AhUKbdwKStf_uQmQnrIFdkfsMRlj

  • This topic was modified 8 years by _edwin_.
  • This topic was modified 8 years by _edwin_.
Post count: 22421

This could be a plugin conflict so 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: 61

Hi Bogdan,

I disabled everything exept WPBakery Page Builder. Still the same issue.

Post count: 20685

Hi,

There is an issue with the responsive version of block 16, we are aware of this problem and it will be fixed in the next theme update. In the meantime as a quick fix, please enter this code in Theme panel->Custom CSS section it should fix the issue
https://www.screencast.com/t/r7zU23th2

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

Sorry for this inconvenience.

Thank you!

Post count: 61

Fixed! Thanks!

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