移动网站编辑

时间:2017-07-26 01:52:24

标签: html css wordpress mobile web

有人可以帮我在主页上为我的移动网站网站编辑CSS吗?

请记住,这是通过Wordpress完成的,我使用的主题不允许我编辑主题CSS本身,但是,我使用的插件允许我添加自己的自定义CSS。如果你不明白,请看看这个。

take a look at this if you don't understand

请帮帮我。我一直试图将每个部分中的所有文本都集中在移动设备中,但没有任何工作可以帮助你!

如果需要,我可以添加代码,谢谢!

1 个答案:

答案 0 :(得分:0)

尝试将此代码放在您的网站上。它应该在移动设备上修复“成功的成功”部分。

@media only screen and (max-width: 667px){

.categories .module-title {
    left:0px !important
}

.categories .module-subtitle.font-serif.home-prod-subtitle {
left:0px !important;
}

.section-overlay-layer .module-subtitle.font-serif.home-prod-subtitle  {
    margin-left:0px !important;
}

.module-subtitle {
    margin-left:0px !important;
}

}