Title: Mobile/Responsive View
Last modified: September 10, 2017

---

# Mobile/Responsive View

 *  Resolved [dexpositoromero](https://wordpress.org/support/users/dexpositoromero/)
 * (@dexpositoromero)
 * [8 years, 8 months ago](https://wordpress.org/support/topic/mobile-responsive-view/)
 * Hi again,
    Another question: Is there a way to add a conditional for responsive
   view? I’m using 2 column format + CSS Plus. The idea would be to make it “1 column
   only” for mobile browsing only. Thanks a lot! Daniel
    -  This topic was modified 8 years, 8 months ago by [dexpositoromero](https://wordpress.org/support/users/dexpositoromero/).

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

 *  Plugin Author [johnzenausa](https://wordpress.org/support/users/johnzenausa/)
 * (@johnzenausa)
 * [8 years, 8 months ago](https://wordpress.org/support/topic/mobile-responsive-view/#post-9487658)
 * I’ll see if I can come up with something using css. If you can send me a link
   to a page you have it on it will be beneficial.
 *  Thread Starter [dexpositoromero](https://wordpress.org/support/users/dexpositoromero/)
 * (@dexpositoromero)
 * [8 years, 8 months ago](https://wordpress.org/support/topic/mobile-responsive-view/#post-9490773)
 * Thanks a lot!
    Website is: wiccatradicional . com It’s only in the home page 
   🙂
 *  Plugin Author [johnzenausa](https://wordpress.org/support/users/johnzenausa/)
 * (@johnzenausa)
 * [8 years, 8 months ago](https://wordpress.org/support/topic/mobile-responsive-view/#post-9491443)
 * Try the following css code it looks decent. If it doesn’t look right add !important
   to all css.
 *     ```
       .post-279 .netsposts-content { margin: 0 0 20px 0 !important; }
       .post-279 .netsposts-column { margin: 0 1.25% !important; min-width: 285px; }
       @media screen and (max-width: 1020px) { .post-279 div.entry-content.page-content { display: block; width: 97%; margin: 0 auto; padding: 1.5% !important; } }
       @media screen and (max-width: 724px) { .post-279 .netsposts-column { margin: 0 calc(50% - 142.5px); } }
       ```
   
 *  Thread Starter [dexpositoromero](https://wordpress.org/support/users/dexpositoromero/)
 * (@dexpositoromero)
 * [8 years, 8 months ago](https://wordpress.org/support/topic/mobile-responsive-view/#post-9503687)
 * Added a padding to the source (since I had removed from the normal view) and 
   work like a charm! 😀
    Thanks a million!!

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

The topic ‘Mobile/Responsive View’ is closed to new replies.

 * ![](https://s.w.org/plugins/geopattern-icon/network-posts-extended_b4775d.svg)
 * [Network Posts Extended](https://wordpress.org/plugins/network-posts-extended/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/network-posts-extended/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/network-posts-extended/)
 * [Active Topics](https://wordpress.org/support/plugin/network-posts-extended/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/network-posts-extended/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/network-posts-extended/reviews/)

 * 4 replies
 * 2 participants
 * Last reply from: [dexpositoromero](https://wordpress.org/support/users/dexpositoromero/)
 * Last activity: [8 years, 8 months ago](https://wordpress.org/support/topic/mobile-responsive-view/#post-9503687)
 * Status: resolved