Centering 'Recent Date Label Author' in Blogger Dynamic Views


They're technically called the Flipcard's Control Group. But for you and me, that's the 'recent date label author' box. And here's how you can drag it to the center of your screen. This is for Blog Reader Jon Lewsom.


Go to Template Designer - Advanced - Add CSS - paste the following code - Press enter after the last character of the last line } - Apply to Blog.
.flipcard #controls{
width: 100%;
}
.flipcard #controls ul, #ss{
width: 325px !important;
display: block !important;
margin-left: auto !important;
margin-right: auto !important;
clear: both !important;
float: none !important;
}
If you've renamed your Control Group in the past, you may have to alter the value '325' in Line 5 above.