Closed andreasciamanna closed 11 years ago
Any chance to get some help about this issue?
Just in case... I've the same issue in another site: http://tamtando.com/type/video/
I wonder why i get ignored...
Hi @sciamannikoo this is happening because .columns are float left, but are not being cleared in your layout. For example if you add clear: both
to your .banner div at the bottom of the page it appears to fix the problem.
Typically you would use .row to clear .columns, but it seems you've added some extra styles to .row
Thanks for giving him an answer @awshout! We were cranking on 4.0 release and didn't get to a bunch of issues during the sprints. I'll close this down now that he's got an answer.
No problem, @zurbchris. Always happy to help out where I can.
I'm having some issues when showing multiple video players in the same page in a block-grid list: http://progettoanike.org/type/post-format-video/
The second column can't be used at all: clicking on the video to play it it's impossible. If I remove .block-grid from the UL element, everything works fine.
The same issue happens if I use a series of .six.columns elements instead of the block-grid.
Please help.