1px off logo size

Posted in: Newspaper
Post count: 388

Newspaper/style.css includes the following code (in 8.6 this is lines 4143-4148):


@media (min-width: 767px) {
  .td-header-style-10 .td-affix .td-main-menu-logo {
    position: absolute;
    left: 0;
  }
}

I found that as a result, there is one pixel where the logo does not look correct — it should be position: initial up to 767px inclusive. So min-width could be 768px instead.

Post count: 1043

Just a quick FYI, your site’s CSS is broken. Check it when you’re logged out of WordPress admin panel.

Post count: 388

Thanks! Fixed — actively working on that search button 😉

Unrelated to this issue, in any case.

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