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.
虽然它在 PC 上正确显示,但在我的 android 手机和 ipod touch 上查看它是向左对齐并剪切了部分内容。如何在中心显示它?
我读了一些你可以添加元标记的东西:
<meta name="viewport" content="width=device-width, maximum-scale=1.0" />
但是如何将这些添加到模板中?
先感谢您
网站链接:www.alohaspot.net
Extensions > Template Manager 单击默认站点模板名称,而不是要编辑的样式名称,然后单击“编辑主页模板”,搜索 HEAD 标签并在那里插入您的 META 并保存。
祝你好运。