Egor Antonenkov
asked 10 years ago

I’ve removed secondary sidebar but my blog posts are still narrow like this: http://raknadne.ru/?p=7
I’ve tried the solution provided here: http://designwall.com/question/blog-post-width/
But it applied only to Page post types like this one: http://raknadne.ru/?page_id=12
But simple blog posts are still the same (take a look at my first link).
Could you please tell how to get my blog posts width to 100%?

1 Answers
DominicStaff
answered 10 years ago

To resolve this issue, you can add the following code to the Header Code (Dashboard > Customize > Custom code)

<style>
#content { max-width: 100%; }
</style>

Hope this helps !

Egor Antonenkov
replied 10 years ago

Yep, this one helped, thank you!

Powered by DW Question & Answer Pro