Hi, I’ve searched the board for solutions, and have added this CSS:
.single-post .x-container.max.width.offset {
width: 100%;
max-width: 100%;
}
This improved things, but there is still a great deal of white space on top of each blog post. What can I do to bring the image to the top of the page? See examples below for a current blog post, and two pages/posts which demonstrates what I want to achieve:
Current problem post: https://framprofessionals.com/functional-expertise/legal-compliance/law-graduates-advice-on-getting-training-contracts/
Ideal look: https://framprofessionals.com/about/knowledge/law-firm-partnership-pt-1-the-path-to-becoming-a-partner/
Also acceptable: https://framexec.com/retaining-and-exclusivity-in-a-candidate-short-market/
I want to do this on all blog posts across the site.
Thank you in advance!