• Resolved bgr5

    (@bgr5)


    Hi,
    I wanted to make the news page full width, but currently there is space on right side. Also when I go to each post page, its not full width.

    Need help to get both the main post page (where all posts are listed) and the individual post page, full width.

    Thanks,
    bgr5

    • This topic was modified 5 years, 8 months ago by Jan Dembowski. Reason: Moved to Fixing WordPress, this is not an Everything else WordPress topic

    The page I need help with: [log in to see the link]

Viewing 3 replies - 1 through 3 (of 3 total)
  • Hi @bgr5

    Please go to Appearance >> Customize >> Additional CSS section in your WordPress Admin Area and paste the below CSS there:

    /* Posts Page */
    #primary {
       width:100%;
    }
    
    /* Individual Post */
    #primary-mono {
       width:100%;
    }

    It would resolve your issue. 🙂

    Those spaces are for the sidebar. After applying CSS, if you insert any widget in the sidebar, then it will come below your posts.

    Thread Starter bgr5

    (@bgr5)

    Hi Animesh,
    It worked perfectly. Thanks a lot.

    Happy to help. 🙂

Viewing 3 replies - 1 through 3 (of 3 total)

The topic ‘Full width post page’ is closed to new replies.