• Hi there,

    I’m building my website and tinkering around with Twenty Fourteen and Sequel, one of its child themes. What I haven’t been able to figure out is how to make adjustments to the featured image settings. The way that it displays the image is really nice except it cuts off a big chunk of my photo on my home page. My logo is part of what’s being cut off. Is there a way to change the parameters somewhere in the code to allow the full photo to be displayed?

    Thanks for any tips! You can see what i’m talking about here:
    https://amydix.com

    I don’t have any blog content up yet so I’m just working on the basic pages.

Viewing 2 replies - 1 through 2 (of 2 total)
  • Hi Amyfu,

    You can change the appearance of the featured images by adding this CSS code

    .full-width .site-content .has-post-thumbnail .entry-header, .full-width.singular .site-content .hentry.has-post-thumbnail {
        margin-top: 0;
    }

    You will need to use plugin like this one – https://www.ads-software.com/plugins/simple-custom-css/
    If you put it in the Sequel child theme, you are going to lose the changes on theme update.

    Thanks,
    Ivan

    Thread Starter amyfu

    (@amyfu)

    Thanks so much Ivan. It looks much better now. With a bit of tweaking in my photo I can make this work. I appreciate the help!

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Twenty Fourteen and Featured Image’ is closed to new replies.