• dadadmin

    (@dadadmin)


    When I use shortcodes within an ACF wysiwyg field, the divs on the front end change to the code for one third columns, but I am using them as one half.

    <div class="wc-shortcodes-row wc-shortcodes-item wc-shortcodes-clearfix">
    <div class="wc-shortcodes-column wc-shortcodes-content wc-shortcodes-one-third wc-shortcodes-column- ">
    <h3>Hours</h3>
    <p>Sunday – Thursday<br>
    11AM – 9PM</p>
    <p>Friday – Saturday<br>
    11AM – 10PM
    </p></div>
    <div class="wc-shortcodes-column wc-shortcodes-content wc-shortcodes-one-third wc-shortcodes-column- ">
    <h3>Contact</h3>
    <p>123-226-7610
    </p></div>
    </div>

    This is what my backend looks like:
    [wc_row][wc_column size=”one-half” position=”first”]
    <h3>Hours</h3>
    Sunday – Thursday
    11AM – 9PM

    Friday – Saturday
    11AM – 10PM
    [/wc_column][wc_column size=”one-half” position=”last”]
    <h3>Contact</h3>
    123-226-7610
    [/wc_column][/wc_row]

  • The topic ‘Half Columns Change to One Third’ is closed to new replies.