• when it displays on desktop it can show with the center layout
    but when I open the website on mobile it shows to the left.

    Thank you
    N.

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

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

    (@ajay)

    I’ll need to do more tests on that. You might need to add specific mobile only rules to limit the width of the crp_related ID to a lesser width and then center that.

    Plugin Author Ajay

    (@ajay)

    Could you please try this:

    
    @media (max-width: 480px) {
      
      .crp_related { width: 270px }
      
    }
    

    Mainly adding a rule to say that if the width of the screen is less than 480px then to limit the width of the wrapper to 270px which is single related posts.

    • This reply was modified 5 years, 5 months ago by Ajay.
Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘How to center the relate posts on mobile site?’ is closed to new replies.