Title: mobile view issues
Last modified: August 30, 2016

---

# mobile view issues

 *  Resolved [silico26](https://wordpress.org/support/users/silico26/)
 * (@silico26)
 * [10 years, 11 months ago](https://wordpress.org/support/topic/mobile-view-issues-1/)
 * hi, great plugin, but having some issues with mobile view on my iphone 5 (safari
   and chrome). it would look nicer with 2 posts side by side, rather than a line
   break after each 1. is there a fix or setting for this? here’s a screenshot of
   my mobile view attached:
 * [http://i62.tinypic.com/2drkf4.jpg](http://i62.tinypic.com/2drkf4.jpg)
 * here is my thumbnail settings:
 * [http://i60.tinypic.com/35d57kh.png](http://i60.tinypic.com/35d57kh.png)
 * thanks!

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

 *  Plugin Author [WebberZone](https://wordpress.org/support/users/webberzone/)
 * (@webberzone)
 * [10 years, 11 months ago](https://wordpress.org/support/topic/mobile-view-issues-1/#post-6438284)
 * Hi,
 * There isn’t an inbuilt fix for this currently. You could still add your own styles
   into the Custom styles section which might work.
 *     ```
       @media only screen and (max-width: 480px) {
         .crp_thumb {
           height: 100px;
           width: 100px;
         }
       }
       ```
   
 *  Thread Starter [silico26](https://wordpress.org/support/users/silico26/)
 * (@silico26)
 * [10 years, 11 months ago](https://wordpress.org/support/topic/mobile-view-issues-1/#post-6438335)
 * Unfortunately this didn’t work, but thanks for the effort.
 * As an alternative, is there a way to instead center the posts?
 * Would love to see more mobile/responsive features in the future.. I would be 
   happy to pay for a premium version if it had these options.
 *  Plugin Author [WebberZone](https://wordpress.org/support/users/webberzone/)
 * (@webberzone)
 * [10 years, 11 months ago](https://wordpress.org/support/topic/mobile-view-issues-1/#post-6438422)
 * Thanks for reporting back. A mobile version is on the cards. I’m not sure yet
   if I’m going to have it inbuilt or as a premium addon.
 * I need to understand the amount of work and effort to get this. It might be a
   mix of both.
 * Centering the posts with CSS won’t work from what I can see. It might be worth
   trying something like:
 *     ```
       @media only screen and (max-device-width: 480px) {
       .crp_related ul li {
          display: block;
          margin: auto;
       }
       ```
   
 *  Thread Starter [silico26](https://wordpress.org/support/users/silico26/)
 * (@silico26)
 * [10 years, 11 months ago](https://wordpress.org/support/topic/mobile-view-issues-1/#post-6438429)
 * tried the code but it didn’t do anything.
 * thanks again for offering to help – i’ll keep my eyes peeled for mobile feautres
   and/or a premium version
 *  Plugin Author [WebberZone](https://wordpress.org/support/users/webberzone/)
 * (@webberzone)
 * [10 years, 11 months ago](https://wordpress.org/support/topic/mobile-view-issues-1/#post-6438508)
 * Thanks. A lot of testing will need to go into this to get even a decent display
   for mobile!
 *  [drakcore](https://wordpress.org/support/users/drakcore/)
 * (@drakcore)
 * [10 years, 10 months ago](https://wordpress.org/support/topic/mobile-view-issues-1/#post-6438520)
 * Try using this in your custom CSS as it worked for me.
    You can take out several
   options below, I just prefer removing the boxing around the posts. *Note my image
   sizes are set to 130px by 130px.
 * `.crp_related li {margin:0!important;border:none!important;padding:0!important;-
   webkit-box-shadow:none!important;max-width:50%!important;list-style:none!important;}`
 *  Thread Starter [silico26](https://wordpress.org/support/users/silico26/)
 * (@silico26)
 * [10 years, 10 months ago](https://wordpress.org/support/topic/mobile-view-issues-1/#post-6438522)
 * [@drakcore](https://wordpress.org/support/users/drakcore/) thanks so much for
   posting this solution. it works to put my related posts 2 per row.
 * the only thing that appears messy is that it cut off the right side of the titles
   under each of the thumbnails.
 * is it possible to remove the titles completely for this mobile view only?
 *  [drakcore](https://wordpress.org/support/users/drakcore/)
 * (@drakcore)
 * [10 years, 10 months ago](https://wordpress.org/support/topic/mobile-view-issues-1/#post-6438523)
 * I found a post under this url [Hide div if screen is smaller than a certain width](http://stackoverflow.com/questions/4296012/hide-div-if-screen-is-smaller-than-a-certain-width)
 *     ```
       @media screen and (max-width: 500px) {
           .crp_title {display:none!important;}
       }
       ```
   
 * Adjust the the “max-width:” to a lower px that would correct for mobile devices
   you want it to trigger.
    Just tested on my website and looks like it is working.
 *  Thread Starter [silico26](https://wordpress.org/support/users/silico26/)
 * (@silico26)
 * [10 years, 10 months ago](https://wordpress.org/support/topic/mobile-view-issues-1/#post-6438525)
 * thanks [@drakcore](https://wordpress.org/support/users/drakcore/) – it worked!
 * note, without the titles it leaves big vertical gaps in between the thumbnail
   rows, but i can live with it and think it still looks better then default.
 *  Plugin Author [WebberZone](https://wordpress.org/support/users/webberzone/)
 * (@webberzone)
 * [10 years, 10 months ago](https://wordpress.org/support/topic/mobile-view-issues-1/#post-6438526)
 * [@drakcore](https://wordpress.org/support/users/drakcore/). Thank you. I’ll also
   put this on my testing bed to see how I can make it more responsive automatically.
 *  [drakcore](https://wordpress.org/support/users/drakcore/)
 * (@drakcore)
 * [10 years, 10 months ago](https://wordpress.org/support/topic/mobile-view-issues-1/#post-6438527)
 * If you getting gaps there might be padding/margins that are the cause.
    You will
   just have to inspect with your browser and see what it is.

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

The topic ‘mobile view issues’ is closed to new replies.

 * ![](https://ps.w.org/contextual-related-posts/assets/icon-256x256.png?rev=2985705)
 * [Contextual Related Posts](https://wordpress.org/plugins/contextual-related-posts/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/contextual-related-posts/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/contextual-related-posts/)
 * [Active Topics](https://wordpress.org/support/plugin/contextual-related-posts/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/contextual-related-posts/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/contextual-related-posts/reviews/)

 * 11 replies
 * 3 participants
 * Last reply from: [drakcore](https://wordpress.org/support/users/drakcore/)
 * Last activity: [10 years, 10 months ago](https://wordpress.org/support/topic/mobile-view-issues-1/#post-6438527)
 * Status: resolved