Hello Isabella,
As I have mentioned in my previous response:
This code will only work on screens larger than 980 pixels and on the archive pages only. This does not include the blog index.
You can see the code in action in your archive pages:
https://www.boundlessroads.com/tag/waterfalls/
https://www.boundlessroads.com/beyond/inspiring-journeys/
And if you want to include the blog index, please have the code updated and use this instead:
@media(min-width: 980px) {
.blog .x-main .hentry,
.archive .x-main .hentry {
padding-bottom: 30px;
border-bottom: solid 3px rgba(0,0,0,0.5);
}
.blog .x-main .hentry>.entry-featured,
.archive .x-main .hentry>.entry-featured {
float: left;
width: 34%;
margin: 0;
}
.blog .x-main .hentry.has-post-thumbnail>.entry-wrap,
.archive .x-main .hentry.has-post-thumbnail>.entry-wrap {
float: right;
width: 66%;
padding: 0 0 0 35px;
border: none;
box-shadow: none;
}
.blog h2.entry-title,
.archive h2.entry-title {
font-size: 110%;
}
.blog .entry-content.excerpt,
.archive .entry-content.excerpt {
margin-top: 10px;
}
.blog .entry-footer,
.archive .entry-footer {
clear: both;
}
}
We would loved to know if this has work for you. Thank you.