• Resolved gieteer

    (@gieteer)


    Hello!

    Not sure if this is right place to ask, but I have a specific problem with my website and it is featured image position. I’m using Amadeus theme (I already posted a question in their sub-forum but nobody answered) and my featured image is way too high. Right now if you look at my website it looks ok, but I overcome this by simply adding the 60px white strip on top of every featured image, but I want it to change now.

    I searched for many hours, saw many topics with similar problem but none of those solutions worked for me. I started to look for this option in a sort of Firefox HTML Viewer – don’t know how it’s called in English.

    View post on imgur.com

    And this is what I come up with. I know It’s option named “padding-top” but it is all. I don’t know where to put it on my website to work – either additional CSS or theme editor. I know this should be asked in Amadeus subforum, but it’s literally dead.

    Anybody could help?

    • This topic was modified 4 years, 10 months ago by Jan Dembowski. Reason: Moved to Fixing WordPress, this is not a Requests and Feedback topic

    The page I need help with: [log in to see the link]

Viewing 5 replies - 1 through 5 (of 5 total)
  • You can put in Additional CSS. As per what I understood, you wish to add extra padding to your featured image. You can try putting this code in Additional CSS

    
    .single-thumb
    {
    padding-top:60px;
    }
    
    Thread Starter gieteer

    (@gieteer)

    Wow, it works – thank you so much @kaushalsheth !

    But I see it works when I am on the specific page/post, not while on the main website itself. I added your CSS on the website so you can see what I am talking about.

    But halfway done, pretty happy for that!

    if you want it on homepage as well

    try adding this as well

    
    .entry-thumb
    {
    padding-top:60px;
    }

    Cheers

    • This reply was modified 4 years, 10 months ago by kaushalsheth.
    Thread Starter gieteer

    (@gieteer)

    You are simply amazing, thank you so much! It works now, after all that time… ??

    Kudos to you!

    Please mark this post as resolved. Thanks.

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Adjusting the featured image’ is closed to new replies.