• Resolved kir1u211

    (@kir1u211)


    Hi! See image above:

    How could I stretch the related posts section so that it uses the complete width of the page?

    Thank you in advance.

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

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

    (@wparslan)

    Hey @kir1u211

    Thank you for contacting us for this issue.

    I have written custom CSS code for you, Kindly copy and paste the following CSS to your Child theme’s functions.php file and you will be good to go.

    .relpost-block-container{
        width: 100%;
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: space-between;
    }

    It will provide you this look: [Helping Screenshot]

    Let us know if you need any assistance.

    Have a nice day.

    Thread Starter kir1u211

    (@kir1u211)

    Thank you so much!!

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘How to make the related posts fill the whole width of the page?’ is closed to new replies.