Hello mcritchiejourney,
Try below css code.
.singular-post .site-inner .wrap,
.singular-post .site-inner .entry-comments,
.singular-post .site-inner .comment-respond {
width: 67%;
float: left;
display: inline-block;
}
.singular-post .site-inner .sidebar-primary {
float: none;
display: inline-block;
}
Hope this will helps you.
Thanks!
Thanks, but I don’t even know where to go to add that.
Add css code into your current active child theme’s style.css file( at the end).
Note : Don’t modify your theme. Use child theme for any modification.
Didn’t work.
I removed my image from the top as well. Didn’t work.