Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Support Muhammad Arslan

    (@wparslan)

    Hi @alinash1

    Thank you for contacting us.

    If you need to center align the related posts then just copy and paste the following custom CSS in your child theme’s CSS file.
    Here is the output after the custom CSS. [ Helping Screenshot ]

    div.relpost-block-container{
        text-align: center;
        clear: both;
        display: table;
        margin: 0 auto;
    }

    Let me know if this works for you.

    Thank you.

    Thread Starter alinash1

    (@alinash1)

    yes, that helped, thanks!

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘how to resize or move center?’ is closed to new replies.