-
AuthorPosts
-
April 19, 2015 at 12:04 pm #253357
hi!
My content band is showing a grey border around its content. What causes this?
Using the code provided in the x theme shortcode pages
[content_band style=”color: #333;” bg_color=”#ffddea” border=”all” inner_container=”true”] [custom_headline style=”margin-top: 0;” level=”h4″ looks_like=”h3″]Cool Headline[/custom_headline] <p>Esurivi enim et dedistis mihi manducare: sitivi, et dedistis mihi bibere hospes eram et collexistis me nudus et operuistis me, adipiscing ego me: infirmus, et vidi post me, visitastis me in carcere eram et venistis ad me.</p> [/content_band]
April 19, 2015 at 12:04 pm #253358This reply has been marked as private.April 19, 2015 at 12:13 pm #253362Hi There,
Upon checking that page, I can see that you the<pre>
wrapped out the content band.
It should not be:<pre class="x-code"><code>[content_band style="color: #333;" bg_color="#ffddea" border="all" inner_container="true"] [custom_headline style="margin-top: 0;" level="h4" looks_like="h3"]Cool Headline[/custom_headline] <p>Esurivi enim et dedistis mihi manducare: sitivi, et dedistis mihi bibere hospes eram et collexistis me nudus et operuistis me, adipiscing ego me: infirmus, et vidi post me, visitastis me in carcere eram et venistis ad me.</p> [/content_band]</code></pre>
It could be:
[content_band style="color: #333;" bg_color="#ffddea" border="all" inner_container="true"] [custom_headline style="margin-top: 0;" level="h4" looks_like="h3"]Cool Headline[/custom_headline] <p>Esurivi enim et dedistis mihi manducare: sitivi, et dedistis mihi bibere hospes eram et collexistis me nudus et operuistis me, adipiscing ego me: infirmus, et vidi post me, visitastis me in carcere eram et venistis ad me.</p> [/content_band]
Please delete the
<pre>, <code>
tag, the grey background will disappear.
Regards!April 19, 2015 at 12:24 pm #253365I do not understand what you mean.. delete what?
This is the code I am using; nothing else:
[content_band style=”color: #333;” bg_color=”#ffddea” border=”all” inner_container=”true”] [custom_headline style=”margin-top: 0;” level=”h4″ looks_like=”h3″]Cool Headline[/custom_headline] <p>Esurivi enim et dedistis mihi manducare: sitivi, et dedistis mihi bibere hospes eram et collexistis me nudus et operuistis me, adipiscing ego me: infirmus, et vidi post me, visitastis me in carcere eram et venistis ad me.</p> [/content_band]
April 19, 2015 at 12:39 pm #253378This reply has been marked as private.April 19, 2015 at 2:39 pm #253413Darn, I was on visual mode.
is there a way to make the content band fullwidth?
April 19, 2015 at 2:54 pm #253417Hi There,
You’ll need to change your page template to make your page full width. Basically, you can use Blank – No Container | Header, Footer page template option.
The container restrict the width of your content band, so using No Container template should fix it.
Hope that helps.
-
AuthorPosts