• The previous thread on this topic has been locked (https://www.ads-software.com/support/topic/visibility-breakpoint-problem/), though I’m not sure why, because the issue still has not been resolved six months later. The content that is exactly 1024px or 640px wide is not displaying AT ALL when visibility breakpoints are set.

    The CSS code needs to be changed from “Above 1024px” to “1024px and above” and “Below 640px” to “640px and below”, as those are not the same thing.

    While waiting for the developer to update the plugin officially, anyone who wants to fix this themselves can edit the plugin’s CSS file, either in WordPress’ Plugins Editor or via your own editor using FTP. Go to widgets-for-siteorigin/css/defaults.css and on line 15 change min-width to 641px and on line 31 change max-width to 1023px.

    That seemed to work for me, though I’m still a relative noob when it comes to CSS, so if anyone wants to check my solution, much appreciated. Thanks!

    The page I need help with: [log in to see the link]

  • The topic ‘Visibility breakpoint widths not displaying’ is closed to new replies.