Google+ Comments Box Fix (Vertical to Horizontal) in Blogger Dynamic Views

If you use Blogger Dynamic Views on your blog with Google+ Comments on it, you might notice your comment box appearing slightly off, like it's squashed towards the left of your blog. Some times it fixes itself while you navigate through the page, some times it doesn't. Here's a fix that you could use for now.

Go to Template Designer 
- Advanced 
- Add CSS 
- paste the following code 


@media only screen { .overview-inner .comments { min-width: 750px;} }

- Press enter after the last character of the last line 
- Apply to Blog. 
Previous
Next Post »