WordPress默认主题无法在条目内容目录上获得整页

时间:2019-05-29 作者:Eliott

我试图在Wordpress上创建这个非常简单的登录页,使用基本主题,但自定义我的主页。起初我尝试使用Visual Composer,但后来也直接通过HTML中的文本经典编辑器进行了尝试,在这两种情况下,我的内容都限制在页面的某个宽度内,我无法将其达到100%。如果我能在解决这个问题时得到帮助,并把内容用在整个页面上,那就太好了。谢谢你的帮助!我的HTML代码如下:

<div class="introrow">
<div class="introleft">TEXT
</div>
<div class="introright"><img src="..."></div>
</div>
我的CSS如下:

.site-header, .site-footer, .entry-header {display:none!important;
}

h1:not(.site-title):before, h2:before { display:none!important;}

.introleft, .introright {
    width: 50%!important;
    float:left;
overflow:hidden;
}

.introrow {
    width:100%!important;
}
.introright img{
    margin:auto;
    display:block;
    width:100%!important;
    height:auto;
}

.entry-content {
    margin:0px!important;
    padding:0px!important;
    max-width:100%!important;
}

1 个回复
SO网友:Eliott

事实上,这是一个主题,一个问题,我只是把主题改得更简单一些,现在它正在发挥作用。希望这对别人有帮助!

相关推荐

Css-WordPress网站上的初始HTML保证金问题

这是一个WordPress网站,我正在使用bootstrap。网站是https://doodle.gatewaywebdesign.com/基本上,我只是想摆脱最初的最高利润率。因此,与此相反:应该是这样的:我曾尝试向样式表中的html元素添加样式,但没有任何效果。一、 e。html { margin-top: 0px!important; } 那么我想知道这个问题是否与WordPress有关?当我将相关代码放入Codepen.有什么想法吗?