• Resolved ardeleannoel

    (@ardeleannoel)


    Hi, is there any way of resizing just for mobile? I would like to make it smaller for mobile devices as only one fits per row and looks unusual. Thanks

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

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author Ajay

    (@ajay)

    You’d need to use media queries and then style crp_thumb for a max-width.

    e.g. if we limit the thumb width to a max of 200px for this. It might need a bit more styling.

    @media (max-width: 480px) {
      .crp_thumb {
        max-width: 200px;
      }
    }

    Please see this article of the typical output for Contextual Related Posts.

    Thread Starter ardeleannoel

    (@ardeleannoel)

    I tried putting the code in the Custom CSS Section in the plugin settings and it did not change anything. I also tried putting it in the additional CSS settings of my theme and nothing changed still

    Plugin Author Ajay

    (@ajay)

    Sorry for the delayed response. Did you try changes cache, if you have it enabled.

    I checked your site and I can see no traces of the custom CSS showing up so that’s definitely something missing. Are you able to edit your theme’s style.css and add the above in there?

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Resize For Mobile’ is closed to new replies.