How i can reduce space between two Heading in block-9

Posted in: Newspaper
Post count: 16

Hello i am using theme News Paper since last year very successfully, its amazing theme and every one should buy it for professional website.

i want to reduce space between two heading in block 9 though i want to show maximum post Please see this image for better understanding

anyone from developer please help me

Post count: 22421

Hello Kohram,

The spacing is a design option added in CSS. Use this code to override the default values:

.td_block_9 .td_module_8{
padding-bottom:1px!important;
margin-bottom:1px!Important;
}

result: http://screencast.com/t/YJvVjPMLLi

To reduce font-size use this code:

.td_block_9 .td_module_8 .entry-title{
font-size:12px!important;
}

Thank you!

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