add this to your style sheet or custom css box
.site-content{
max-width: 100;
}
Hi Tara,
I had given the temporary solution to remove “Sorry no posts match your criteria” a month ago. I have fixed the issue in the latest version. Your full width latest post is currently hidden because of the code that you had added in your child theme’s style.css
You would need to remove the following code from your child theme’s style.css
#powen-latest-post {display: none;}
I looked through my entire style.css sheet and didn’t see #powen-latest-post {display: none;}. I did find .powen-most-recent-post {
position: relative;
Can you tell me exactly where to find it?
Thanks!
Hi Tara,
I have checked your website and noticed that the above code does not exist in your css. Let me know if you have made any changes in the original theme files.
I haven’t made any changes personally. Is there a way to fix this?
Try to deactivate all plugins one at a time and then check whether the problem persists or not.