1 hour ago · Tech · 0 comments

I realized that the image is not properly centered in the mobile view.To fix this, I added this CSS snippet at the very top of pub/custom.css.@media (max-width: 585px) { div#wikitext .quoteright, div#wikitext .acaptionright { clear:both; float: none; margin-left: auto; margin-right: auto; max-width: calc(100% - 14px)!important } } Alright…This bugfix is already shipped in ctify_ v26.5.7.

No comments yet. Log in to reply on the Fediverse. Comments will appear here.