Showing posts with label Maximize Post Width. Show all posts
Showing posts with label Maximize Post Width. Show all posts

Friday, November 2, 2012

Maximize Post Width in Blogger Dynamic View

Before
After

Back to Dynamic View, yeah~.. So, a forum user asked me how to maximize the pop-up post pages in Blogger's dynamic view. Let's make this snappy.. Here's how.

Go to Dashboard --> Template --> Customize --> Advanced --> Add CSS --> paste the following code --> Press enter after the last character of the last line } --> Apply to Blog.
1
2
3
4
5
6
7
.overview-wrap{
max-width: 2000px !important;
}
  
.viewitem-panel .viewitem-content, .classic li.item, .article, .ss {
max-width: 1750px !important;
}
You might also like: