如何调整Wordpress移动网站的宽度

时间:2018-12-22 11:23:41

标签: css wordpress

我创建了这个网站,而移动网站出现了问题。它不适合其中的内容。我该如何解决?我已经附上下面的响应的CSS。

我尝试了几种代码。但这不适合内容。网站小于设备。并且使宽度为100%无效。

预先感谢

Please check this image

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

.content-area {
    float: center;
    width: 100%;
}   
.social-navigation li a::before,
.sidebar-toggle {
    font-size: 16px;
}
.sidebar-toggle {
    height: 46px;
}
.site-title {
    font-size: 32px !important;
}

    }

 @media only screen and (max-width: 500px) {
.content-area {
    padding: 0;
    width: 100%;
}
.container {
    width: 100%;
    }
.site-logo {    
width: 50px;
text-align: left;
    }
.site-title,
.entry-title {
    padding-top:20px;
    font-size: 18px !important;
}
.site-description {
    margin-top: 0;
    font-size: 16px !important;
}
    }

0 个答案:

没有答案