themes icon indicating copy to clipboard operation
themes copied to clipboard

Varia: Related posts alignment issue

Open mikeicode opened this issue 3 years ago • 6 comments

Some Varia themes (Exford and Hever have been tested) show the Related posts aligned to the left, not centered.

Steps to replicate

  • Activate Related posts on a site using Exford or Hever
  • View alignment on post

Result

https://d.pr/i/mk1oxK

Expected

Should be centered, used this to resolve:

/* Related posts alignment */

div#jp-relatedposts {
  margin-left: auto;
  margin-right: auto;
}
  • User report: Hever: 29475004-hc
  • User report: Exford: 29364803-hc

mikeicode avatar Jun 02 '21 14:06 mikeicode

Another report in 4080292-zd.

In my testing, I could only replicate on AT.

scosgro avatar Jun 19 '21 20:06 scosgro

+1 with Exford, 32304036-hc The CSS fix worked.

Similar reports for:

  • Goodz Magazine, https://github.com/Automattic/themes/issues/2937
  • Blank Canvas, https://github.com/Automattic/themes/issues/4374

Also, this is possibly related to AMP? See https://github.com/Automattic/newspack-theme/issues/1290

formosattic avatar Oct 23 '21 07:10 formosattic

+1 33429033-hc

formosattic avatar Jan 08 '22 02:01 formosattic

Similar issue with Morden theme on AT. 5341605-zd. The CSS fix worked.

lizswafford avatar Jul 02 '22 16:07 lizswafford

Another report here: 5352563-zen (Barnsbury) The CSS fix worked

zyousafi avatar Jul 06 '22 08:07 zyousafi

I could replicate this on self-hosted, it isn't limited to just Atomic.

bobmatyas avatar Aug 09 '22 15:08 bobmatyas