Tagged Questions
0
votes
0answers
25 views
Can't get spacing to show on Foundation 4 with block grid $spacing
Maybe I'm doing this completely wrong, but I can't get the grid items to space properly using Foundation 4 block grid (http://foundation.zurb.com/docs/components/block-grid.html) and with the $spacing ...
0
votes
0answers
20 views
Where can I change the row width and gutter used by the small grid in Zurb Foundation?
I see these settings for the regular grid (default at 1000px and with 30px gutters), but these are obviously different when using the small grid. How are these determined?
I do notice that these ...
0
votes
1answer
55 views
Where is the small row width defined in Zurb Foundation 4?
While I see the $row-width: emCalc(1000px); in _variables.css, I can't find where the small width is defined for mobile devices. I'm assuming it's just set to 100% but I'd like to play around with ...
0
votes
1answer
46 views
zurb foundation 4 grid issue with variables.scss
I am working in the _variables.scss file and following your comments for set the value of $em-base to $base-font-size ($em-base: $base-font-size;)
i have done this $em-base: $base-font-size;
and i ...
0
votes
1answer
25 views
Cannot click to focus on / edit floated form elements
I'm using Zurb Foundation's Grid to lay out a form. When I floated the the first few text and select inputs to lay them out in 2 columns, I lost the ability to click on them to edit them. Note that I ...
1
vote
1answer
322 views
Problems with nested grid in Zurb Foundation
I'll just show you a jsfiddle I've created to illustrate what I'm trying to achieve:
http://jsfiddle.net/vraG7/3/embedded/result/
Here's the code for that part:
<div class="row">
...
0
votes
1answer
263 views
horizontal scrolling on ipad using zurb foundation
I'm building a responsive site using the Zurb Foundation framework for the first time.
It's going smoothly so far, but when testing on an iPad in portrait orientation, I'm getting some horizontal ...
1
vote
1answer
129 views
foundation framework reorder elements on mobile
I'm using foundation framework 3.2.
My content area takes 9 columns and a side bar (on the right side) takes 3 columns.
When I view the page on mobile device, my content area is first on top, then ...
1
vote
1answer
483 views
Zurb Foundation Semantic Grid Trouble
Zurb Foundation is great, and everything but semantic grid works just fine.
I have zurb-foundation gem installed ( the latest public release );
Copy-paste markup example and Scss Example of ...
2
votes
2answers
601 views
Responsive 'grid'?
I have the unenviable task of 'retrofitting' a website to be responsive, and have been given the Zurb foundation 980px grid. I'm a bit lost as to how I'm supposed to fit my existing site to this - do ...
1
vote
1answer
1k views
Trying to center a nested column in zurb foundation
I'm using Zurb foundation and i'm trying to center a nested column but for a reason i cannot fathom, it is not centering it. Could anyone shed some light on this please?!
<div ...