Tagged: x
-
AuthorPosts
-
March 27, 2017 at 8:27 am #1421587
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, DinsdagIf 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>March 27, 2017 at 9:07 am #1421643Hey 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.
March 28, 2017 at 1:17 am #1422638this worked great…thanks
March 28, 2017 at 8:17 am #1422989Glad to hear it,
Cheers!
-
AuthorPosts