post page padding

Home Forums Gillion Theme post page padding

Home Forums Gillion Theme post page padding

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    RESOLVED Posts
  • krenek
    Participant

    Hi
    after removing author and other metadata from post, there is big space between title and first paragraph.

    In yellowPencil i can correct it just for specific post.
    Not for post template.

    I need less space under title and less space in the and of article
    Pictures added

    Thank you for your help

     

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

    Hi @krenek,

     

    I hope you are well today and thank you for your question.

     

    Could you please share the page URL from your site where it is displaying so that I can help you to reduce the space?

     

    Best regards,
    Shufflehound team

    Solution for this topic

    You can reduce the padding 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 #content .post-switch {
        margin-top: 0;
    }
    
    .single-post #content .post-single-meta {
        padding-bottom: 0;
    }

    krenek
    Participant

    Thank you
    M

    You are most welcome here 🙂

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