我想设置页边距底部:10px用于文章输入http://104.223.65.117/wp/?s=emmet.
方法1:
sudo cat/var/www/html/wp/wp-content/themes/Twenty14-child/style。css
*{
font-family:"DejaVu Sans Mono" !important;
}
.site {
max-width: 1920px;
}
.site::before{
width:400px;
}
.site-header {
max-width: 1920px;
}
.site-content header .entry-meta {
max-width: 100%;
}
.site-content .entry-header,
.site-content .entry-content,
.site-content .entry-summary,
.site-content .entry-meta,
.site-content .navigation,
.comments-area,
.page-header,
.page-content {
max-width: 70%;
}
#secondary ul li{
color:black;
width:360px;
font-size:16px;
}
.entry-meta .cat-links{
display:none;
}
pre{
font-family:inherit;
font-size:16px;
border:1px solid red;
}
article{
margin-bottom:10px;
}
我在214个孩子/风格的末尾添加了artilce的边距底部。css文件。
article{
margin-bottom:10px;
}
方法2:在自定义--附加CSS中
对他们两个来说,
sudo service apache2 restart
, 它不起作用。