Centering 'Recent, Date, Label, Author Widget' 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 


.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;

}

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