Featured Image top Alignment

Hi,

The top of the featured image is aligned with the top of the sidebar on the Main page,
but on post pages, the featured image top is significantly above the top of the sidebar.

How do I get these tops in alignment for post pages?

Using Ethos template.

Thanks!

Hi Bill,

Thanks for reaching out.

Please add this CSS to Theme Options > CSS

    .single-post .x-sidebar.right {
    margin-top: -35px;
}

This alone should fix it, but the top widget has spacing too. So please add this CSS as well,

.single-post #media_image-2 {
    margin-top: 2px;
}

Hope this helps.

Thanks, fixed it.

Also, tried switching theme to Integrity that was OK out of the box.

You’re most welcome Bill! :slight_smile:

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.