Sela theme pages type featured image overlapped

  • Unknown's avatar

    Hi,

    I have 2 question;

    First, Is there any way to make the page type featured image can be shown without part of it overlapped?

    I found another topic about it, but it is only works for the blog type.

    Second,
    Is there any way to make the page type featured image lower height, as the picture height is higher than the blog type.

    Thanks,
    Arie

    The blog I need help with is: (visible only to logged in users)

  • Unknown's avatar

    Hi there,

    First, Is there any way to make the page type featured image can be shown without part of it overlapped?

    It looks like you have gotten this taken care of. Let me know if you need further help with this.

    Is there any way to make the page type featured image lower height, as the picture height is higher than the blog type.

    Are you talking about the height of the image itself, or the gap above the image on blog post pages that isn’t there on the static pages, such as How to Buy?

  • Unknown's avatar

    Hi thesacredpath,

    It’s been taken care off, thank you for your help.

    I’ll share the code below, for someone that might be needed in the future.

    /* Remove Cut Featured Image BLOG */
    
    @media screen and (min-width: 1180px) {
    	.post-thumbnail + .entry-header {
    		margin-top: 0;
    	}
    }
    
    /* Remove Cut Featured Image PAGE */
    
    @media screen and (min-width: 1180px) {
    	.content-wrapper.with-featured-image {
    		margin-top: 0;
    	}
    }
  • Unknown's avatar

    Awesome, and you are welcome! Please let us know if you have additional questions.

  • The topic ‘Sela theme pages type featured image overlapped’ is closed to new replies.