Problem with visual composer on mobile

Posted in: Newspaper
Post count: 3

H, I have problem with visual composer on mobile. If I create any element in visual composer, so it is ok on desktop, but on mobile it is cuted from left. So you cant read the first letters : here is my example: http://www.letenkyzababku.sk/porovnanie-autobusov-letisko-vieden/

check it on mobile.

have you any recommendation where can be problem?

Thanks

Post count: 23312

Hello letenkyzababku,

I have checked your website and I saw that your post content does not have padding-left in mobile mode. This kind of issue could cause by the conflicting plugins. Please try to disable all the active plugins, except Visual Composer, clears all cache and install only the plugins that come bundled with our theme and rule out the plugins in conflict. Also, you can try the code below and add it in Theme panel->Custom CSS area.

@media (max-width:768px) {
.td-post-content {
padding-left:20px;
}
}

Hope this helps!

Thank you for the message!

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