Block Styling

Posted in: Newspaper
Post count: 107

Good morning guys,

Hope you can help me with this as tried in my custom css but no such luck!

I need modify my block on the homepage. (I’m using Block 6):

1. Modify line thickness to 1px

2. Reduce the margin-bottom (presently at 49px)

3. add a margin below the excerpt to give my button a little more space

Many thanks

Post count: 6600

Hi,

Please use this custom css:

.home .td_block6 .td_mod9 {
margin-bottom: 0px;
}

.home .td_block6 {
padding-bottom: 0px;
}

.home .td_block6 .block-title {
border-bottom-width: 1px;
}

.home .td_block6 .td_mod9 .td-post-text-excerpt {
padding-bottom: 15px;
}

Should work like this: http://screencast.com/t/wsB6xj1j

Thanks

Post count: 107

Hi Lucian,

Thank once again for your help.

We’ll be launching this week (V1) and all going to plan will provide a major testimonial for Newspaper an TagDiv to boost sales even further.

So happy I purchased this theme!!

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