Viewing 2 replies - 1 through 2 (of 2 total)
  • Looking for the same functionality. Is this possible with the plugin, and if so, what code should be used?

    I have also been looking for the same functionality. From what I can tell it confuses the plugin using the same shortcodes within each other. It’s not ideal but if you don’t have to use this half-in-half thing much, try using tables.

    <table class="hotrodtable">
    
    <td class="hotrodtable-td">CONTENT 1</td>
    <td class="hotrodtable-td">CONTENT 2</td>
    
    </table>
    .hotrodtable {
    width: 100%;
    border: 0;
    text-align: center;
    padding: 0;
    }
    
    .hotrodtable-td {
    border: 0;
    padding: 4px;
    }

    Something to that effect worked for me. Saves adding yet another plugin to get the same effect. Hope it helps anyone stumbling across this same issue.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Half columns in half columns’ is closed to new replies.