- html - 出于某种原因,IE8 对我的 Sass 文件中继承的 html5 CSS 不友好?
- JMeter 在响应断言中使用 span 标签的问题
- html - 在 :hover and :active? 上具有不同效果的 CSS 动画
- html - 相对于居中的 html 内容固定的 CSS 重复背景?
我目前正在使用 Customizr 主题,页面的默认设置设置为“全宽/无侧边栏”。
但是,当我尝试在一个页面中做这样的事情时:
<div id="blue-background">
<h1 style="text-align: center;">Full width text with background color ? >/h1>
</div>
对应的CSS代码:
#blue-background{
width: 100%;
float: left;
padding: 20px;
background: #2680BE;
position: relative;
}
我的文本周围仍然有白边。增加宽度似乎不是一个好的解决方案,那我该怎么办?
这是我使用此代码得到的示例: http://www.cirnu.com/bandeau/
最佳答案
你的主包装器应该是这样的
<div id="main-wrapper">
<div class="tc-hot-crumble container" role="navigation"><div class="row"><div class="span12"><div class="breadcrumb-trail breadcrumbs" itemprop="breadcrumb"><span class="trail-begin"><a href="http://www.cirnu.com" title="Cirnu" rel="home" class="trail-begin">Accueil</a></span> <span class="sep">»</span> <span class="trail-end">Bandeau</span></div></div></div></div>
<div role="main">
<div class="row column-content-wrapper">
<div id="content" class="span12 article-container">
<article id="page-623" class="post-623 page type-page status-publish hentry row-fluid">
<header class="entry-header">
<h1 class="entry-title format-icon">Bandeau</h1>
<hr class="featurette-divider __before_content">
</header>
<div class="entry-content">
<div role="main">
<div id="blue-background">
<div class="container">
<h1 style="text-align: center;">Full width text with background color ?</h1>
</div>
</div>
</div>
</div>
</article>
</div><!--.article-container -->
</div><!--.row -->
</div><!-- .container role: main -->
</div>
然后您需要更改一些 CSS 规则:
#blue-background {
padding:20px 0;
/* then all the other rules you already have */
}
.article-container {
width:100%;
}
关于html - 带有 CustomizR 主题的全宽 DIV,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/29062483/
我正在为 Wordpress 使用 Customizr 主题,并且我想要一个包含两种不同大小的内容 block 。 (例如:“访问”会很大,而“2016 年 3 月”会较小。两者应该在同一行。) 我可
我是 WordPress 新手。我在 Customizr-Child 主题上运行我的网站(使用 Child Themify 插件 http://wordpress.org/plugins/child-
我使用 创建了一个水平菜单 display : inline 所以我希望 Wordpress 主题也能做到这一点。然而,检查 http://demo.presscustomizr.com/ 使用 Fi
我目前正在使用 Customizr 主题,页面的默认设置设置为“全宽/无侧边栏”。 但是,当我尝试在一个页面中做这样的事情时: Full width text with background col
一段时间以来,我一直在为这件看似微不足道的事情绞尽脑汁,但我已经束手无策了。我在我的网站上运行一个免费的 Customizr 主题。 我想要实现的是拥有 hover effect in the nav
我使用的是 wordpress 主题 Customizr,我无法让页面上的 div(.about,.house div 下的 .images)以 block 形式显示(垂直一个在另一个之上)。我试过
我在一个 wordpress 网站上工作,使用 Customizr 主题作为基础。如果您在任何浏览器(不是 Firefox)中打开该页面,都可以。但在 FF 中, slider 位于页面的右侧。我找不
我是一名优秀的程序员,十分优秀!