• Password to the referenced page is: 005

    All of a sudden each column displays progressively lower than the column before it in a step-down pattern. This happens with both images and text. I have never had this issue before, and I didn’t change any of the code to make this change occur. Please help!

    The page I need help with: [log in to see the link]

Viewing 1 replies (of 1 total)
  • I can’t tell for sure without seeing the code you used, try pasting some of it here.

    But that problem is usually because you put the second column’s shortcode 1 or more lines below where the ending shortcode of the first column is.
    That’s probably not very clear so here is a demo:

    Correct version
    [one_half] Content here [/one_half][one_half_last] Content here [/one_half_last]

    Incorrect version

    [one_half] Content here [/one_half]
    [one_half_last] Content here [/one_half_last]

    Sometimes starting the content too far below the shortcode also does this, ex:

    [one_half] 
    Content here [/one_half][one_half_last] Content here [/one_half_last]

    This one i think is caused by the theme settings.

Viewing 1 replies (of 1 total)
  • The topic ‘Columns Displaying with Step-Down Bug’ is closed to new replies.