Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #681412

    Hi, I want to :
    1) reduce the space between the post title and picture
    2) to increase the line-spacing of subheading of my post.
    Thanks

    #681418

    Hey neonlights79!

    Please add following code to Quick CSS in Enfold theme options under General Styling tab

    .html_elegant-blog .av-vertical-delimiter { display: none; }
    .html_elegant-blog #top .post-entry .post-title {
        padding-bottom: 0;
    }
    .entry-content h2.p1 {
        word-spacing: 5px;
    }

    Best regards,
    Yigit

    #681431

    Hi Yigit,
    the first code is right, while the second not, because I want to increase the space between lines of my H2 not the space between words.
    Thanks

    #681470

    Hey!

    In that case, please use following code

    .entry-content h2.p1 {
        line-height: 25px;
    }

    Cheers!
    Yigit

    #681631

    Hi Yigit,
    thanks, it’s ok?

    #681925

    Hi,

    Not sure what you mean by your last reply, did the code work or not?

    Best regards,
    Rikard

    #681965

    Hi,
    thanks, the code works.

    Luigina

    #682142

    Hi!

    You are welcome! Let us know if you have any other questions or issues!

    Regards,
    Yigit

Viewing 8 posts - 1 through 8 (of 8 total)
  • The topic ‘customize my post’ is closed to new replies.