Tagged: 

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #547908

    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

    #547910

    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

    #547913

    Wow, thanks for the super quick response Yigit! Worked perfectly. :)

    Thanks!

    #547915

    Hey!

    You are welcome, glad we could help!
    Let us know if you have any other questions or issues :)

    Regards,
    Yigit

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘elegant blog styling’ is closed to new replies.