Southern Listeners

Loading
Thanks to Greenlava for this cool gadget. Get yours here

Friday, July 25, 2014

Google+ Comments Box Fix in Blogger Dynamic Views

Before
After
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 - Press enter after the last character of the last line } - Apply to Blog.
@media only screen {
.overview-inner .comments {
min-width: 750px;}
}

5 comments:

  1. This comment has been removed by the author.

    ReplyDelete
  2. Excellent advice - this has sorted a small but very annoying problem in my blog!

    ReplyDelete
  3. Thank you, Yoboy! This one was driving me crazy. Now I can opt for flip card if I choose, without losing all the comments.

    ReplyDelete

Please use the 'Ask a Question' page to shoot questions that are not related to the tutorial in the post above.