• Resolved farmersavenue

    (@farmersavenue)


    Hi,
    Is there a way images on landing page can be displayed in full? Right now, the heading sort of cuts into the picture.
    Thanks

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

Viewing 5 replies - 1 through 5 (of 5 total)
  • Hi @farmersavenue – this should remove the “cutout” effect:

    @media screen and (min-width: 1000px) {}
    .post-thumbnail+.entry-header {
        position: static;
        transform: none;
        }
    }
    Thread Starter farmersavenue

    (@farmersavenue)

    Hi Kathryn,
    I copied and pasted it in additional css but it remains the same. When i hit save & publish, it doesn’t save.Could this be a problem on my end?

    • This reply was modified 6 years, 11 months ago by farmersavenue.

    Sorry – there is a typo in the above code, which I’d copy-pasted from elsewhere. Please try this instead:

    @media screen and (min-width: 1000px) {
    .post-thumbnail+.entry-header {
        position: static;
        transform: none;
      }
    }

    Let me know how it goes!

    Thread Starter farmersavenue

    (@farmersavenue)

    It worked! Thank you!

    Great! I’ll mark this thread as resolved but feel free to start a new one if you need help with anything else.

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Image display’ is closed to new replies.