Forum Replies Created

Viewing 3 replies - 16 through 18 (of 18 total)
  • Use the “text editor” tab so you can see exactly what text is created by the plugin.

    A fantastic plugin and very easy to learn the syntax.

    If you put “padding-right” (the 30px in the shortcode you have) it will push the second column to the right (because the 1st column is no longer technically “half” the width – it’s “half + 30px” wide) but it has nowhere to go, so it gets pushed down the page – below the first column. This will only happen if you fill the page width with columns. I.e. 2x “half” columns, 3x “one third” columns, 4x “one fourth” columns.

    You should add margin-left to the button (the child element of the column) so that the button only gets moved to the right.

    moyees: For columns to be next to each other they cannot have any white space between each column.

    [one_half]Column 1[/one_half][one_half_last]Column 2[/one_half_last]

    If there is any white space between columns they will stack, as you have experienced.

    Also, ensure that when you use column shortcodes that you open and close them to ensure valid HTML is written. This will help with any design problems you get for not closing columns…

Viewing 3 replies - 16 through 18 (of 18 total)