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
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
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
Hey!
In that case, please use following code
.entry-content h2.p1 {
line-height: 25px;
}
Cheers!
Yigit
Hi Yigit,
thanks, it’s ok?
Hi,
Not sure what you mean by your last reply, did the code work or not?
Best regards,
Rikard
Hi,
thanks, the code works.
Luigina