Viewing 6 replies - 1 through 6 (of 6 total)
  • Thread Starter advent12

    (@advent12)

    /*moves metaslider up to nav menu */
    .home .site-content {
    margin-top: -77px;
    }

    For anyone who needs help, this was my solution

    Jake

    (@jakewpsupport)

    This should get your featured image to the top:

    .entry-content {
        margin: 0;
    }
    
    .content-left-wrap {
        padding-top: 0px;
    }
    Jake

    (@jakewpsupport)

    This may center your featured image:

    .entry-content >img {
        vertical-align: middle;
        margin: 0 auto;
        display: flex;
    }
    Thread Starter advent12

    (@advent12)

    This does work well, thank you. But…

    I was wondering if there is css to make the featured image span the width of the page, and be touching the nav menu.

    It seems to want to be left oriented and square.The default featured image is a giant square more suited to blog type I think.

    Jake

    (@jakewpsupport)

    Looks like it is already possible, you just need a bigger image. If you featured images or being cropped too small, check out this codex page on how to edit them.

    Thread Starter advent12

    (@advent12)

    Ok, thanks Jake.

Viewing 6 replies - 1 through 6 (of 6 total)

The topic ‘Featured Image’ is closed to new replies.