Title: 1024px problem
Last modified: January 19, 2018

---

# 1024px problem

 *  [Dani Ionescu](https://wordpress.org/support/users/dosnavigator/)
 * (@dosnavigator)
 * [8 years, 4 months ago](https://wordpress.org/support/topic/1024px-problem/)
 * Hello,
 * The site and plugin are up to date. When I choose Visibility – by screen size“
   Large above 1024px” it is hiding all on 1024px resolution.
    The entities are 
   showed correctly only bellow and above 1024px but not in 1024px. It is a critical
   bug because 1024px is the the resolution of majority of tablets.
 * Please solve this bug ASAP!
 * The page I need help with: _[[log in](https://login.wordpress.org/?redirect_to=https%3A%2F%2Fwordpress.org%2Fsupport%2Ftopic%2F1024px-problem%2F%3Foutput_format%3Dmd&locale=en_US)
   to see the link]_

Viewing 3 replies - 1 through 3 (of 3 total)

 *  Moderator [Steven Stern (sterndata)](https://wordpress.org/support/users/sterndata/)
 * (@sterndata)
 * Volunteer Forum Moderator
 * [8 years, 4 months ago](https://wordpress.org/support/topic/1024px-problem/#post-9881658)
 * >  Visibility – by screen size “Large above 1024px”
 * Where are you making that choice?
 *  Thread Starter [Dani Ionescu](https://wordpress.org/support/users/dosnavigator/)
 * (@dosnavigator)
 * [8 years, 4 months ago](https://wordpress.org/support/topic/1024px-problem/#post-9882547)
 * I’ve modified your plugin at line 23 wp-content/plugins/widgets-for-siteorigin/
   css/defaults.css
 * from
 * [@media](https://wordpress.org/support/users/media/) screen and (max-width: 640px),
   screen and (min-width: 1024px) {
    .iw-medium { display: none !important; } }
 * to
 * [@media](https://wordpress.org/support/users/media/) screen and (max-width: 640px),
   screen and (min-width: 1025px) {
    .iw-medium { display: none !important; } }
 * Only after this, it worked!
    -  This reply was modified 8 years, 4 months ago by [Dani Ionescu](https://wordpress.org/support/users/dosnavigator/).
 *  Moderator [Steven Stern (sterndata)](https://wordpress.org/support/users/sterndata/)
 * (@sterndata)
 * Volunteer Forum Moderator
 * [8 years, 4 months ago](https://wordpress.org/support/topic/1024px-problem/#post-9882572)
 * Don’t modify plugin code as it will be replaced when the plugin updates.
 * **To add CSS:** use the “Additional CSS” option in the customizer. _[https://codex.wordpress.org/CSS#Custom\_CSS\_in\_WordPress](https://codex.wordpress.org/CSS#Custom_CSS_in_WordPress)_
 * Learn to use the [Chrome Developer Tools](https://developers.google.com/web/tools/chrome-devtools/)
   to help you see and test changes to your CSS.

Viewing 3 replies - 1 through 3 (of 3 total)

The topic ‘1024px problem’ is closed to new replies.

 * In: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
 * 3 replies
 * 2 participants
 * Last reply from: [Steven Stern (sterndata)](https://wordpress.org/support/users/sterndata/)
 * Last activity: [8 years, 4 months ago](https://wordpress.org/support/topic/1024px-problem/#post-9882572)
 * Status: not resolved

## Topics

### Topics with no replies

### Non-support topics

### Resolved topics

### Unresolved topics

### All topics
