| Unable to align date to the centre | hellotilly | 5/23/12 2:19 PM | I added "text-align: center;" to the following part of the HTML .date-header span { background-color: $(date.header.background.color); color: $(date.header.color); padding: $(date.header.padding); letter-spacing: $(date.header.letterspacing); margin: |
| Re: Unable to align date to the centre | xxxdepy | 5/23/12 8:09 PM | text-align:center !important; } Try this. If this doesn't work, then provide your blog address. |
| Re: Unable to align date to the centre | moiBruneta | 6/3/12 1:59 PM | Hello! I have the same problem as hellotilly and tried with both "text-align: center;" and "text-align:center !important;" but it doesn't change. I would appreciate your help very much, my blog is http://www.moibruneta.com Thanks! |
| Re: Unable to align date to the centre | xxxdepy | 6/3/12 9:49 PM | @moiBruneta and @hellotilly, This CSS will help you both .date-header { text-align:center !important; } To add this CSS, go to Blogger Dashboard > Template > Customize > Advanced > Add CSS > And paste the CSS in the custom CSS boxand Apply to Blog |
| Re: Unable to align date to the centre | moiBruneta | 6/6/12 5:31 AM | Worked perfect! Thank you very much! |