Blog post page and list of individual blog posts.

Hi there,
I recently changed the specs of the blog post page to decrease the width of the sidebar, using the code:

body.blog #primary {
width: 75%;
margin-right: 2%;
}

#secondary {
width: 23%;
}

I also tried to do this on the individual post pages to match that, and put in the code:

body.post-template-default #primary {
width: 75%;
margin-right: 2%;
}

#secondary {
width: 23%;
}

However, they didn’t turn out the same! Wondering if there’s a different overall margin being applied to the individual post pages? I’d love the individual post pages specs (content and sidebar width) to be exactly the same as the overall post page.

Page for reference is http://dressforchange.co/blog

Thanks,
Joelle

Hi Joelle,

It should work, can you try this CSS for the post pages? Replace this with the second code chunk.

.single-post #primary {
width: 75%;
margin-right: 2%;
}

#secondary {
width: 23%;
}

Let us know,

Thanks,
laranz.

The specs of the two posts are still a little bit different. If you look at http://www.dressforchange.co/blog/ compared to http://www.dressforchange.co/2017/03/tester/. It’s not too important, so it’s not too big a deal! But it’s weird that that’s the case.

Hi,

The above website URL you gave didn’t work. Can you pass us a working URL to check the issue? I also tried to open that via Proxy or VPN, both didn’t load the site, so maybe the site is down?

Let us know,

Thanks,
laranz.

Hi Laranz,

Should be working now!

Thank you.
Joelle