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

    Hi!

    Do you know if there is a way to move blog titles, slightly above the featured image. Like on this blog: http://www.thegentlemansjournal.com/
    I tried with a negative margin, but it doesn’t work.

    Regards
    Poirot

    #539583

    Hi,

    Can you post the link to your blog please?

    Regards,
    Josue

    #539648

    Hi Josue,

    Sure, please find it below:

    Regards
    Poirot

    #540013

    Hey!

    Try adding this code to the Quick CSS:

    .template-blog header.entry-content-header {
        margin-top: -40px;
        background: white;
        z-index: 10;
        position: relative;
    }

    Cheers! 
    Josue

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.