How can I increase the width of my post in blogger blogspot?

Hi.
I want to increase the width of my blogger post.How can i edit it in html?

You can start by following the steps here for getting into blogger template editing… https://support.google.com/blogger/answer/176245 and then you can locate the container element of your post (use your browser inspect tool) and adjust the width using some CSS like min-width: <some value>

If you are not familiar with HTML and CSS, or how to find an element using the inspect tools, just do a Google search on those topics first before attempting to edit your blog post width.

1 Like