Decrease space under title.

Posted in: Newspaper
Post count: 14

Hi,

Please see image:

View post on imgur.com

How do I decrease the space under that header.

Link to article:
http://unitrending.co.uk/article/this-girls-fights-back-at-the-man-who-killed-her-brother

Thanks

Post count: 7909

Hi,

Do you refer to this space? – http://screencast.com/t/Yr90m5HxD Pleas use this custom css in Theme Panel > Custom Css for that:

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

Thanks!

Post count: 14

Hi.

No the space underneath the header bit. As indicated:

View post on imgur.com

Thank yu

Post count: 7909

Hi,

Please try this custom css in Theme Panel > Custom Css: http://screencast.com/t/5gXYndCE

.similar-articles .block-title {
margin-bottom: 0px !important;
}

Thanks!

Post count: 14

Hi.

That CSS is now live and the margin still exists.

Thanks

Post count: 7909

Hi,

As you can see block title doesn’t have bottom margin – http://screencast.com/t/F31jFOtdf
That space comes from your custom modifications(or plugins that you use) and you a
tag here – http://screencast.com/t/yctjacI8vpdhttp://screencast.com/t/KbvFd4VzG3H

Thanks!

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