Title: mobile visualization error
Last modified: February 21, 2021

---

# mobile visualization error

 *  Resolved [alkalines](https://wordpress.org/support/users/alkalines/)
 * (@alkalines)
 * [5 years, 3 months ago](https://wordpress.org/support/topic/mobile-visualization-error/)
 * In the mobile display it appears as if it were two columns, the content of the
   home page on the left and the right blank. It must be something from the zoom
   or I don’t know …
 * The page I need help with: _[[log in](https://login.wordpress.org/?redirect_to=https%3A%2F%2Fwordpress.org%2Fsupport%2Ftopic%2Fmobile-visualization-error%2F%3Foutput_format%3Dmd&locale=en_US)
   to see the link]_

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

 *  [akhileshnagar](https://wordpress.org/support/users/akhileshnagar/)
 * (@akhileshnagar)
 * [5 years, 3 months ago](https://wordpress.org/support/topic/mobile-visualization-error/#post-14082305)
 * Hi
    Thanks for contacting to us. For this add the below css code inside the Appearance
   >> Customzier >> Additional css box.
 *     ```
       @media (min-width: 768px) and (max-width: 992px)
       {
       .home-news .col-sm-6:nth-child(2n+1) {
           clear: none;
       }
       }
       @media (min-width: 768px)
       {
       .home-news .col-sm-6 {
           width: 33%;
       }
       }
       ```
   
 * Let me know for any confusion.
    Thanks Akhilesh
 *  Thread Starter [alkalines](https://wordpress.org/support/users/alkalines/)
 * (@alkalines)
 * [5 years, 3 months ago](https://wordpress.org/support/topic/mobile-visualization-error/#post-14086929)
 * Hi Akhilesh.
 * I copied the code in additional css but still with the problem.
 * Thanks.
 *  [akhileshnagar](https://wordpress.org/support/users/akhileshnagar/)
 * (@akhileshnagar)
 * [5 years, 3 months ago](https://wordpress.org/support/topic/mobile-visualization-error/#post-14088331)
 * Hi [@alkalines](https://wordpress.org/support/users/alkalines/)
    It’s working
   well at our end. Kindly clear your browser cache and check. If still, you have
   an issue, send me a screenshot of the screen where are you getting the issue.
 * Thanks
 *  Thread Starter [alkalines](https://wordpress.org/support/users/alkalines/)
 * (@alkalines)
 * [5 years, 3 months ago](https://wordpress.org/support/topic/mobile-visualization-error/#post-14092490)
 * Hi [@akhileshnagar](https://wordpress.org/support/users/akhileshnagar/);
 * How can I send you a screenshot?
 * The problem is when I look at the web page on a mobile.
 * Thanks a lot.
 *  [akhileshnagar](https://wordpress.org/support/users/akhileshnagar/)
 * (@akhileshnagar)
 * [5 years, 3 months ago](https://wordpress.org/support/topic/mobile-visualization-error/#post-14094123)
 * HI
    See the snapshot of mobile view your website. Its working like Home page 
   blog section showing like this. [https://prnt.sc/105fwxc](https://prnt.sc/105fwxc)
 * Tell me the screen resolution where are you getting issue.
 * Thanks
 *  Thread Starter [alkalines](https://wordpress.org/support/users/alkalines/)
 * (@alkalines)
 * [5 years, 3 months ago](https://wordpress.org/support/topic/mobile-visualization-error/#post-14098059)
 * Hi
 * I show you the screenshot of my mobile. As you can see it appears in content 
   on the left and on the right in white, it is as if the web page had two columns…
 * [https://prnt.sc/105wqti](https://prnt.sc/105wqti)
 * I looked from several mobiles and in all of them it looks like this.
 * Thanks a lot.
 *  [akhileshnagar](https://wordpress.org/support/users/akhileshnagar/)
 * (@akhileshnagar)
 * [5 years, 3 months ago](https://wordpress.org/support/topic/mobile-visualization-error/#post-14099994)
 * HI
    To got it your issue. To fix the issue add the below css code inside the 
   additional css box.
 *     ```
       @media only screen and (max-width: 1000px) and (min-width: 200px) 
       { 
       .navbar 
       {
           overflow: hidden;
       }
       }
       ```
   
 * Let me know for any confusion.
    Thanks
 *  Thread Starter [alkalines](https://wordpress.org/support/users/alkalines/)
 * (@alkalines)
 * [5 years, 3 months ago](https://wordpress.org/support/topic/mobile-visualization-error/#post-14103501)
 * I wasted many hours trying to fix that problem.
 * You are invited to my house for a meal whenever you want.
 * I only need a small problem in mobile vision, on the right there is a small blank
   area on the right.
 * [https://prnt.sc/1070qu0](https://prnt.sc/1070qu0)
 * You are the best.
 * Thanks a lot.
 *  [akhileshnagar](https://wordpress.org/support/users/akhileshnagar/)
 * (@akhileshnagar)
 * [5 years, 3 months ago](https://wordpress.org/support/topic/mobile-visualization-error/#post-14105735)
 * HI
    To fix small issue in mobile version. Add the below css code inside the additional
   css box.
 *     ```
       @media only screen and (max-width: 1000px) and (min-width: 200px) 
       { 
       .row {
           margin-right: 0;
           margin-left: 0;
       } 
       }
       ```
   
 * Let me know for any confusion.
    Thanks
 *  [akhileshnagar](https://wordpress.org/support/users/akhileshnagar/)
 * (@akhileshnagar)
 * [5 years, 3 months ago](https://wordpress.org/support/topic/mobile-visualization-error/#post-14115553)
 * HI
    Did your query resolve ? Thanks
 *  Thread Starter [alkalines](https://wordpress.org/support/users/alkalines/)
 * (@alkalines)
 * [5 years, 2 months ago](https://wordpress.org/support/topic/mobile-visualization-error/#post-14152222)
 * Hi!
 * Yes, thanks!
 *  Thread Starter [alkalines](https://wordpress.org/support/users/alkalines/)
 * (@alkalines)
 * [5 years, 2 months ago](https://wordpress.org/support/topic/mobile-visualization-error/#post-14152262)
 * Hi!
 * Sorry but it doesn’t work properly. If I put this new CSS:
 * [@media](https://wordpress.org/support/users/media/) only screen and (max-width:
   1000px) and (min-width: 200px)
    { .row { margin-right: 0; margin-left: 0; }
 * It makes me two columns again.
 * Thank you
 *  [akhileshnagar](https://wordpress.org/support/users/akhileshnagar/)
 * (@akhileshnagar)
 * [5 years, 2 months ago](https://wordpress.org/support/topic/mobile-visualization-error/#post-14153835)
 * Hi [@alkalines](https://wordpress.org/support/users/alkalines/)
    I have checked
   your website. I just find a new thing is that you are using pro product. According
   to WordPress support policy premium product support not allow here.Pls post your
   query on premium[ product support channel.](https://support.spicethemes.com/index.php?p=/discussions)
   Thanks

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

The topic ‘mobile visualization error’ is closed to new replies.

 * ![](https://i0.wp.com/themes.svn.wordpress.org/spicepress/3.8.2/screenshot.png)
 * SpicePress
 * [Support Threads](https://wordpress.org/support/theme/spicepress/)
 * [Active Topics](https://wordpress.org/support/theme/spicepress/active/)
 * [Unresolved Topics](https://wordpress.org/support/theme/spicepress/unresolved/)
 * [Reviews](https://wordpress.org/support/theme/spicepress/reviews/)

 * 13 replies
 * 2 participants
 * Last reply from: [akhileshnagar](https://wordpress.org/support/users/akhileshnagar/)
 * Last activity: [5 years, 2 months ago](https://wordpress.org/support/topic/mobile-visualization-error/#post-14153835)
 * Status: resolved