• Resolved Rebel Republik

    (@meszarovits)


    Hi everyone,

    I was looking on the forum but didn’t find. So I ask! I tried on my way several CSS code but not working. Only to center the title.

    In CSS how to center the related posts box on my post?

    If you have any ideas please tell me
    Thanks,
    Manuel

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

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

    (@ajay)

    I think the reason is because the grid stretches the full width while you have 6 posts which are less wide.

    One thing that I tried is to limit the width and then you can centre it.

    .crp_related.crp-grid {
      width: 1000px;
      margin: 0 auto;
    }
    Thread Starter Rebel Republik

    (@meszarovits)

    Thank you so much Ajay! Working super good like that!
    Thank you for your help!
    Have a nice day,
    Manuel

    Plugin Author Ajay

    (@ajay)

    You’re welcome. Do consider a review of the plugin.

    Thread Starter Rebel Republik

    (@meszarovits)

    For sure I will!

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘How to center the related posts box’ is closed to new replies.