Increase size of category blocks, post date in header

Posted in: Newspaper
Post count: 29

I’d like to change the size of the info that’s here:

http://screencast.com/t/6CiZdHPe

Size wise/padding wise I’d like it to match the view count/comments on that same line.

How do I do that?

Post count: 6600

Hi,

You can use custom css to change it as the theme doesn’t have an option for it: http://screencast.com/t/aOZq7ztY
Adjust the values as you like.

.single_template_4 .meta-info .entry-category, .single_template_4 .meta-info , .single_template_4 .meta-info .entry-comments-views{
font-size: 18px;
}

.single_template_4 .meta-info ul.td-category a {
line-height: 18px;
display: inline-block;
padding: 5px 10px 5px 10px;
margin-bottom: 7px;
}

.single_template_4 header .meta-info {
line-height: 27px;
}

This will only apply to single template 4 style, to get the same style to the other post templates remove the .single_template_4 class.

Thanks

  • This reply was modified 11 years by Lucian.
Viewing 2 posts - 1 through 2 (of 2 total)
The forum ‘Newspaper’ is closed to new topics and replies.