• Resolved KevHTT

    (@kevhtt)


    This is a nice simple plugin for setting up columns. But I got a problem similar to previous posts, but none seem to provide a fix, or at least not posted anyway. So I thought I post this simple workaround in case anyone has similar problem.

    With this code:
    [one_third]a[/one_third]
    [one_third]b[/one_third]
    [one_third]c[/one_third]

    I would get:

    | a | —
    — | b | —
    — | c |

    The solution:
    Don’t press return between columns shortcodes, you need to just continue with editing without carriage return.

    [one_third]a[/one_third][one_third]b[/one_third][one_third]c[/one_third]

    Hope this helps : )

    https://www.ads-software.com/plugins/column-shortcodes/

Viewing 4 replies - 1 through 4 (of 4 total)
  • Wouldn’t using the plugin’s “last” designation work? I assume that’s what it’s for: [one_third_last][/one_third_last]

    You example would then look like:

    [one_third]a[/one_third]
    [one_third]b[/one_third]
    [one_third_last]c[/one_third_last]

    Thread Starter KevHTT

    (@kevhtt)

    Actually I left out “last” here, but it still has the same problem. I used another plugin and it’s also got this similar problem. Somehow WP is not ignoring the carriage returns between the shortcodes.

    I should test this with the original theme to verify.

    sadethesage

    (@sadethesage)

    @kevhtt – solved my confounding problem, thank you!!

    Thread Starter KevHTT

    (@kevhtt)

    Glad to know : )

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Simple Solution To Columns Not Aligned On Top’ is closed to new replies.