/*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;
}
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.