Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1421587

    TheDude
    Participant

    Hi there,

    I’m having issues with getting the accordion with 4 columns in one row to line out properly.
    You can see this on the demo site: http://www.innotrends.net/sportycompany/
    At the bottom you can see the days: Maandag, Dinsdag

    If you take WOENSDAG (Wednesday) for example you can see that the time and the blue buttons aren’t lined out.
    Could you please take a look and if possible help me ?

    Cheers

    ps this is the code I have used

    <div class=”x-container”>
    <div class=”x-column x-sm x-1-8″>9.15</div>
    <div class=”x-column x-sm x-1-4″>Clubpower Fysio</div>
    <div class=”x-column x-sm x-2-4″>Groene hoon 1, Houten</div>
    <div class=”x-column x-sm x-1-4″><div align=”right”>[button type=”flat” shape=”pill” size=”mini” href=”/aanmelden” title=”Aanmelden”]Aanmelden[/button]</div></div>
    </div>
    <div class=”x-container”>
    <div class=”x-column x-sm x-1-8″>19.00</div>
    <div class=”x-column x-sm x-1-4″>Small group kickboxing</div>
    <div class=”x-column x-sm x-2-4″>Danscentrum wildschut Geldermalsen</div>
    <div class=”x-column x-sm x-1-4″><div align=”right”>[button type=”flat” shape=”pill” size=”mini” href=”/aanmelden” title=”Aanmelden”]Aanmelden[/button]</div></div>
    </div>
    <div class=”x-container”>
    <div class=”x-column x-sm x-1-8″>19.00</div>
    <div class=”x-column x-sm x-1-4″>Bodyshape</div>
    <div class=”x-column x-sm x-2-4″>Bodysports, Utrecht</div>
    <div class=”x-column x-sm x-1-4″><div align=”right”> [button type=”flat” shape=”pill” size=”mini” href=”/aanmelden” title=”Aanmelden”]Aanmelden[/button]</div></div>
    </div>
    <div></div>

    #1421643

    Christian
    Moderator

    Hey there,

    X columns allows up to 5 columns only so column 1-8 doesn’t work. Please use this (1-5, 1-5, 2-5, 1-5) instead.

    Thanks.

    #1422638

    TheDude
    Participant

    this worked great…thanks

    #1422989

    Joao
    Moderator

    Glad to hear it,

    Cheers!