Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
嘿,我正在使用的 wordpress 网站出现问题,并且由于某种原因,徽标在 Ipad 的 safari 上没有向左边缘。我添加的媒体查询不会影响纵向视图中的徽标更改。它适用于 android 设备和除 IPAD 以外的所有其他设备,有人可以帮忙,这是该网站的链接,非常感谢。
链接:www.annesub17.com
这是代码
@media (max-width: 999px){ .logo { margin-left: -17px; } }