Hi,
how fix this one pixel white space?
https://www.sportujeme.sk/a-galeria/pixel-error.jpg
Thank you
David
I’ve noticed this issue lately too on my site and other sites that use Newspaper (both Firefox and Chrome browsers). I’m not quite sure what’s changed to cause this issue. Perhaps something in WordPress 4.1? I disabled every plugin except for VC and still had this issue.
-
This reply was modified 11 years by
sunkast.
I see it now on official demo site http://themeforest.net/item/newspaper/full_screen_preview/5489609
https://www.sportujeme.sk/a-galeria/pixel-error2.jpg
I do not think that it is in WP4.1. First screenshot was on WP 4.0
I think we messed with this on one of our sites with CSS awhile back, but might not be what you need; originally this issue came up due to changing the font size would change container size/line height, and sometimes different fonts have different line heights, etc. Try playing with something like this:
.block-title {line-height: 28px}
If I’m mistaken, I apologize. But we actually ended up doing something cool and making the entire block solid to get rid of the whole (stupid) underline look and instead having solid bars:
.block-title {line-height: 28px;background-color:#666}
this is not the latest-latest version of Newspaper, and I think I need to update from WP4 to 4.1 (doh); but example:
https://www.send2press.com/guru/press-release-seo-tips-and-guidelines-for-best-placement-in-search-results/
Hope that helps!
Hi,
@sportujeme Did you managed to solve this? I have checked your site and found no issues with this: http://screencast.com/t/PtCgqlv83q2
@sunkast Please provide your site URL if did not solve that.
Please let me know if you still have issues!
Thanks!
Problem is still there. Problem is not on my site. I see it now on others webpages with this theme. Also your demo page. https://www.sportujeme.sk/a-galeria/pixel-error2.jpg
It started last week (not sure).
It is not problem with my PC. It was tested on 5 PC, android smart phone and apple iphone.
Thanks
Hi,
We know about this and it seems that it could be a render issue. We are still investigating this though and we will fix it as soon as we find a solution.
Until then you could use this custom css and adjust the line height of the block title like this: http://screencast.com/t/jdMqdqQuK
.block-title {
line-height: 30px !important;
}
Sorry for the inconvenience!
Thanks
