Navigation
This is archived content. Visit our new forum.
  • Author
    Posts
  • #253357

    David
    Participant

    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]

    http://rauwstore.nl/testpagina/

    #253358

    David
    Participant
    This reply has been marked as private.
    #253362

    Thai
    Moderator

    Hi 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!

    #253365

    David
    Participant

    I 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]

    #253378

    Thai
    Moderator
    This reply has been marked as private.
    #253413

    David
    Participant

    Darn, I was on visual mode.

    is there a way to make the content band fullwidth?

    #253417

    Nico
    Moderator

    Hi 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.