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.
.overview-wrap{
max-width: 2000px !important;
}

.viewitem-panel .viewitem-content, .classic li.item, .article, .ss {
max-width: 1750px !important;
}


Category Article ,

What's on Your Mind...

Powered by Blogger.