White band on post pages

Posted in: Newspaper
Post count: 2

Hi guys,

Quick question, I changed the background colour, using the latest tutorial and everything looks great except a white band which shows up on post pages, under author’s name.
Please have a look at the screenshot https://drive.google.com/open?id=0B2VjN6tLxUykZnk1MzVxV0JheE0
Is there a way to apply the same background colour to that particular area ?

Thanks,
Florin

Post count: 23312

Hello Florin Grancea,

Please provide your website URL so I can inspect it closer that ‘white band’ and so I will be able to provide a more accurate response.

Thank you for your understanding!

Post count: 2

https://oziarulmeu.ro

The white band shows up on every post.

Thank you,
Florin

Post count: 23312

Hello Florin Grancea,

That white space comes from your additional customization. This is talking about the padding for meta info container which is white and when you apply a background color you will see that white space. Please try the code below and place it in Theme panel->Custom CSS area.

The code is ->

.td-post-content {
padding-top: 10px!important;
margin-top: 0!important;
}
header .td-module-meta-info {
margin-bottom: 0!important;
}

The result you should see here -> http://screencast.com/t/6lUkCMNnYgpN

Hope this helps!

Thank you for your understanding!

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