Hello, is this club grid part of a current or former Vin65 template?
Thanks…
Hello, is this club grid part of a current or former Vin65 template?
Thanks…
Yeah, I forgot the link. But wow.
So that’s just a good old fashioned fluid table. You can just drop this similar code into your content editor’s source view, assign each cell’s background image and input whatever text/links you want. You can further style the table inline if you want.
Code:
`
1 | 2 | 3 |
4 | 5 | 6 |
7 | 8 | 9 |
Thanks, that will work. Client said she had seen it elsewhere so I was wondering if it was part of a template but yeah, looking at the code, you are right. Just a table.
We have some Wine Club matrix grids on our sites that use media queries to show or hide based on device type/screen size. It’s pretty simple, you just have to put it into your CSS.