Avada › Forums › Community Forum › Links broken on mobile / responsive since ver 5.0
Viewing 3 posts - 1 through 3 (of 3 total)
-
AuthorPosts
-
Hi,
Since Avada update to ver 5.0 links no longer work on mobile/responsive layout, including inline , fusion builder tabs, etc. Everything is fine on desktop.
Has anyone experienced this issue? Any pointers would be very much appreciated — this is site-breaking, will have to scrap and find another solution if I can’t fix it.
Sites: http://www.rethinkfragility.com ; http://www.iandquick.com/
Hi,
This is happening due to CSS in your plugin – http://rethinkfragility.com/wp-content/plugins/widgetize-pages-light/include/otw_components/otw_grid_manager/css/otw-grid.css?ver=1.1
Either the plugin needs disabled or extra custom CSS added, for example:
@media only screen and (max-width: 767px) { [class*="column"] + [class*="column"]:last-child { clear:both; } }
-
AuthorPosts
Viewing 3 posts - 1 through 3 (of 3 total)
- You must be logged in to reply to this topic.
Was this topic helpful?