Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1019370
    Noaviv
    Participant

    Hello,

    I am trying to include a single column followed by a row with 2 columns in a content band. I am using shortcodes since that is what my client prefers to edit this page with.

    Basically I want:

    heading (full width)
    image (full width)
    copy 1 (2/3) copy 2 (1/3)

    I want to use a content band so I can use marginless columns for the equal height and to give the whole section a background color.

    The issue I am having is that it keeps putting the heading and image in a third column, which I don’t want. Screenshot: http://noaviv.d.pr/17plR

    This my code

    [content_band style="background-color:#efefef;" padding_top="0" padding_bottom="0" no_margin="true" marginless_columns="true"]
    [column type="1/1" last="true" style="padding:10px 10px;"]
    <h3 id="inshore" style="margin: 0em 0em 1em 0em !important;">Inshore Fishing</h3>
    <img class="" src="http://www.georgiafishingcompany.com/wp-content/uploads/2016/05/mario-trout.jpg" alt="Georgia Inshore Fishing Trip with Trout" width="" height="417" />
    [/column]
    [column type="2/3" style="padding:10px 10px;"]
    Inshore fishing is done primarily in the rivers and sounds using light spin tackle with live or artificial baits. Our primary targets are usually Sea Trout and we also encounter Flounder, Black Drum, Sheepshead, and Redfish. While Redfish are legal to harvest, they are catch and release only when fishing with me. All other species can be harvested in accordance with state regulations.
    [/column]
    [column type="1/3" last="true" style="padding:10px 10px;"]
    Best time of year: September through February
    When not to book: March / April
    [/column]
    [/content_band]

    Here is the address to the site, but I am currently editing it so it may or may not accurately reflect the issue I am describing: http://www.georgiafishingcompany.com/charters/

    #1019372
    Noaviv
    Participant

    I wanted to add I’ve tried this with and without putting the first full width row in a column with the same issue.

    code that creates the same issue:

    [content_band style="background-color:#efefef;" padding_top="0" padding_bottom="0" no_margin="true" marginless_columns="true"]
    <h3 id="inshore" style="margin: 0em 0em 1em 0em !important;">Inshore Fishing</h3>
    <img class="" src="http://www.georgiafishingcompany.com/wp-content/uploads/2016/05/mario-trout.jpg" alt="Georgia Inshore Fishing Trip with Trout" width="" height="417" />
    [column type="2/3" style="padding:10px 10px;"]
    Inshore fishing is done primarily in the rivers and sounds using light spin tackle with live or artificial baits. Our primary targets are usually Sea Trout and we also encounter Flounder, Black Drum, Sheepshead, and Redfish. While Redfish are legal to harvest, they are catch and release only when fishing with me. All other species can be harvested in accordance with state regulations.
    [/column]
    [column type="1/3" last="true" style="padding:10px 10px;"]
    Best time of year: September through February
    When not to book: March / April
    [/column]
    [/content_band]
    #1019387
    Noaviv
    Participant

    It looks like it works when I remove marginless_columns=”true” but that was the whole reason I was using the content band

    #1019474
    Rupok
    Member

    Hi there,

    Thanks for writing in! Looks like you have found a solution or do you still need our assistance on any issue? Let us know.

    Cheers!

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