Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1232994
    contentsurgeon
    Participant

    Hi,
    I’m trying to fill this simple but important knowledge gap re: the use of Content Bands stored within Columns on a page, using Shortcodes (not Cornerstone) with the RENEW stack.
    My sample page for this query is here: http://contentsurgeons.com/band-build/

    I simply wish to remove the white space between the four content bands and have each band touching each-other with zero while space in between.

    I have tried unsuccessfully tried to achieve this by referencing other related Forum posts here on ThemeCo Forum.
    The code is use in shown below. Thanks in advance, John.

    [column type=”1/4″]
    [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]
    [/column]

    [column type=”1/4″]
    [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]
    [/column]

    [column type=”1/4″]
    [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]
    [/column]

    [column type=”1/4″ last=”true”]
    [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]
    [/column]

    #1233064
    Christian
    Moderator

    Hey there,

    The old Content Band shortcode does not have marginless column option. Please use the Cornerstone shortcode structure instead

    [cs_content][cs_section parallax="false" style="margin: 0px;padding: 45px 0px;"][cs_row inner_container="true" marginless_columns="true" style="margin: 0px auto;padding: 0px;"]
    [cs_column fade="false" fade_animation="in" fade_animation_offset="45px" fade_duration="750" type="1/4" style="padding: 0px;background:#ffddea"][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>[/cs_column]
    
    [cs_column fade="false" fade_animation="in" fade_animation_offset="45px" fade_duration="750" type="1/4" style="padding: 0px;background:#ffddea"][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>[/cs_column]
    
    [cs_column fade="false" fade_animation="in" fade_animation_offset="45px" fade_duration="750" type="1/4" style="padding: 0px;background:#ffddea"][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>[/cs_column]
    
    [cs_column fade="false" fade_animation="in" fade_animation_offset="45px" fade_duration="750" type="1/4" style="padding: 0px;background:#ffddea"][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>[/cs_column]
    [/cs_row][/cs_section][/cs_content]

    Thanks.

    #1233414
    contentsurgeon
    Participant

    Thanks Christian. That worked 🙂

    #1233560
    Joao
    Moderator

    Glad to hear it 🙂

    Joao

  • <script> jQuery(function($){ $("#no-reply-1232994 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>