Title Gap

Posted in: Newspaper
Post count: 63

Hi,

I have this issue: http://screencast.com/t/Rj6ZWBzal

I tried this and it did not solve my problem:

.block-title {
line-height: 30px;
}

Post count: 7909

Hi,

Please try to use !important to line height value:

.block-title {
line-height: 30px !important;
}

Thanks!

Post count: 63

That worked. Cheers 🙂

Viewing 3 posts - 1 through 3 (of 3 total)
You must be logged in to reply to this topic.