Viewing 6 replies - 1 through 6 (of 6 total)
  • add this to your style sheet or custom css box

    .site-content{
    max-width: 100;
    }

    Theme Author Mahvash Fatima

    (@mahvash-fatima)

    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;}

    Thread Starter absolutelytara

    (@absolutelytara)

    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!

    Theme Author Mahvash Fatima

    (@mahvash-fatima)

    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.

    Thread Starter absolutelytara

    (@absolutelytara)

    I haven’t made any changes personally. Is there a way to fix this?

    Theme Author Mahvash Fatima

    (@mahvash-fatima)

    Try to deactivate all plugins one at a time and then check whether the problem persists or not.

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘Full Width Latest Post not Working’ is closed to new replies.