Category labels size

Posted in: Newspaper
Post count: 3

Hello, I would like to adjust the size of the category boxes, and in particular: make them bigger.

The category labels here: https://www.screencast.com/t/wdyFy0jWNp9r

Now I know that I can change the padding etc. with custom CSS, and the box will be larger. However, the box seems to be wrapped inside an element, so I can’t adjust the height.

See here: http://www.screencast.com/t/pgVPhHgXY

Does anyone now which part of CSS I have to adjust to remove this “wrap”? So the box will adjust to my customized padding?

Thanks so much for your help!

Post count: 22421

Hello,
Try this css:

.td-category-siblings .td-category{
height:50px!important;
}
.td-category-siblings .td-category a{
padding: 12px 12px 12px 12px!important;;
}

Thank you!

Post count: 3

That worked great, thank you so much!

Viewing 3 posts - 1 through 3 (of 3 total)
The forum ‘Newspaper’ is closed to new topics and replies.