Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #355655

    Hi guys,

    The following code:

    [av_one_half first]
    [av_toggle_container initial='1' mode='toggle' sort='']
    [av_toggle title='bob' tags='']
    <b>bob</b>
    [/av_toggle]
    [/av_toggle_container]
    [/av_one_half]
    [av_one_half]
    [av_toggle_container initial='1' mode='toggle' sort='']
    [av_toggle title='sally' tags='']
    <b>sally</b>
    [/av_toggle]
    [/av_toggle_container]
    [/av_one_half]

    Show up like this:

    Am I doing something wrong? Link and credentials attached.

    Thanks!

    #355713

    Hey!

    Try removing the break line between columns:

    [av_one_half first]
    [av_toggle_container initial='1' mode='toggle' sort='']
    [av_toggle title='bob' tags='']
    <b>bob</b>
    [/av_toggle]
    [/av_toggle_container]
    [/av_one_half][av_one_half]
    [av_toggle_container initial='1' mode='toggle' sort='']
    [av_toggle title='sally' tags='']
    <b>sally</b>
    [/av_toggle]
    [/av_toggle_container]
    [/av_one_half]

    Cheers!
    Josue

    #357152

    That was it, thank you!

Viewing 3 posts - 1 through 3 (of 3 total)
  • The topic ‘Contents of second 1/2 column are ~20px lower than the first’ is closed to new replies.