• Resolved kir1u211

    (@kir1u211)


    Hi, see image above.

    How could I add some margin on the top of the sidebar related posts?

    (So without affecting the normal related posts on the bottom of the post).

    Thank you in advance.

    • This topic was modified 1 year, 10 months ago by kir1u211.

    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.

    // Add the Padding to the top of the Related Post Widget.
    .relpoststh_widget .relpost-thumb-wrapper{
        padding-top: 20px;
    }

    It will provide you this look: [Helping Screenshot]

    Let us know if you need any assistance.

    Have a nice day.

    Thread Starter kir1u211

    (@kir1u211)

    Amazing. Thank you for your great work!

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘How to style the sidebar widget? (add margin)’ is closed to new replies.