Home › Forums › Gillion Theme › Related post margins
Home › Forums › Gillion Theme › Related post margins
Can you please help me figure out how to make the margins on top of related posts smaller and make margins bellow related posts larger. For some reason, the margins are all crooked.
https://totalscam.com/hello-world/
Solution for this topic
Hi @borishar,
I hope you are well today and thank you for your question.
You can achieve it by adding the following CSS code in the Custom CSS code option of your theme on the below path.
Admin Area -> Appearance -> Theme Settings -> Custom Code -> CSS Code
.single-post .post-related-title { margin-top: 0; } .single-post .post-related { margin-bottom: 50px !important; }
Best regards,
Shufflehound team
Works!
Glad it worked for you!