Tagged: blog styling
Hi Team Kriesi,
I have changed to the elegant blog styling which I love, but there is a lot of space between the blog title and the featured image on my blog posts page. How do I reduce this white space? I would like the title to sit just above the image.
Thanks very much,
Taryn
Hi Taryn!
Please add following code to Quick CSS in Enfold theme options under General Styling tab
span.av-vertical-delimiter {
display: none!important;
}
h2.post-title.entry-title {
padding-bottom: 0!important;
}
.html_elegant-blog .entry-content-wrapper .big-preview.single-big {
margin-top: 0;
}
Regards,
Yigit
Wow, thanks for the super quick response Yigit! Worked perfectly. :)
Thanks!