• Resolved chandaluribhanuuday

    (@chandaluribhanuuday)


    Hii
    I am using a theme Momentous Lite downloaded from www.ads-software.com and i need to set featured image below title can someone help me with this problem.
    Thanking you

Viewing 1 replies (of 1 total)
  • Hey there chandaluribhanuuday,

    How are you doing today?

    If you’re referring to single post pages there are several ways you can do this. I guess the easiest one would be with some custom CSS. Please try adding the following CSS code in the style.css file of your child theme or add it in your site using the following plugin:

    https://www.ads-software.com/plugins/simple-custom-css

    .single-post section#content {
        position: relative;
    }
    
    .single-post h2.post-title.entry-title {
        position: absolute;
        top: 10px;
    }
    
    .single-post article.type-post {
        padding-top: 70px;
    }

    This should be the result https://screencast.com/t/Lxut5KOU (image of my glorious cat included). If the code doesn’t work please keep it added and post link to your site so I can take a look ??

    Best regards,
    Bojan

Viewing 1 replies (of 1 total)
  • The topic ‘how to set Featured image below title’ is closed to new replies.