Reduce padding "block 9" and "Popular categories block"

Posted in: Newsmag
Post count: 115

Is there any custom css I can use to reduce padding in these blocks so I reduce the height of the items?

I thing there is quite a lot of white space in these blocks.

Post count: 7909

Hi,

I guess that you are referring to the line height Popular categories: http://screencast.com/t/G4iZnyfn

.td_block_popular_categories li{
line-height: 10px;
}

Also for block 9 please use this custom css: http://screencast.com/t/hwXcy6L1FRUQ

.td_block_9 .td_module_8 .item-details{
line-height: 20px;
margin-bottom: 0px;
padding-bottom: 0px;
}

Thanks!

Post count: 115

Thanks a lot. Works perfectly!

Do you happen to know the .names to type in for “recent posts” and “categories” blocks available in the widget area?

Post count: 7909

Hi,

Try this css if you want to remove margin and padding like above: http://screencast.com/t/7BFWK1sxYeCt

.widget_recent_entries li{
margin-bottom: 0px;
padding-bottom: 0px;
}
.widget_categories li{
line-height: 20px;
}

Thanks!

Post count: 115

Thanks. Very helpful

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