Hi there!
I am trying to get my site to be like the integrity one demo blog http://demo.theme.co/integrity-1/blog/
I cannot seem to get only the main blog page to be fullwidth, while the single posts have the sidebar.
this is the page https://upliftrecruitment.com.au/blog-test/
I have tried to target the page -
.post-id-471.x-main {
width: 100%;
}
But this code does not seem to work, any other ideas?
Thanks!

