Tags not aligned center in mobile devices

Posted in: Newspaper
Post count: 317

Hi

I moved Tags from the sharing box and it seems like it isn’t centred. here is an example: http://screencast.com/t/BLB0pLhkMJT

I want to align it and make it looks like the Source section.

Please help.

Thanks!

Post count: 6600

Hi,

Use this CSS in Theme Panel > Custom CSS:

.td-tags li{
display: inline;
float: none !important;
}

.td-tags {
text-align: center;
}

.post-source-via {
text-align: center;
}

Result: http://screencast.com/t/6rlasrObv

Thanks

Viewing 2 posts - 1 through 2 (of 2 total)
You must be logged in to reply to this topic.