Related post margins

Home Forums Gillion Theme Related post margins

Home Forums Gillion Theme Related post margins

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    RESOLVED Posts
  • borishar
    Participant

    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/

    Attachments:
    You must be logged in to view attached files.

    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

    borishar
    Participant

    Works!

    Glad it worked for you!

Viewing 4 posts - 1 through 4 (of 4 total)