• The image gets cut off at the top. Is there a way to align this image so the top of the image is at the top of the container?

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

Viewing 3 replies - 1 through 3 (of 3 total)
  • Please go to Appearance->Customize->Additional CSS option then put that code

    .post .post-content .fusion-fullwidth{
        padding-bottom: 400px;
        background-position: top;
    }

    If not work then put this one please

    .post .post-content .fusion-fullwidth{
        padding-bottom: 400px !important;
        background-position: top !important;
    }
    Thread Starter willkeyworth

    (@willkeyworth)

    Thank you so much! Totally getting there, but now there’s a large blank space above the footer. Can you take a look?

    Moderator bcworkz

    (@bcworkz)

    Try removing the padding-bottom: 400px !important;. I’m not sure what the intent was there, but it appears to be unnecessary.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Set Featured Image to top alignment’ is closed to new replies.