I am using foundation 6 in a new project and stumbled upon an issue.
I have a grid with and I want to hide a column (which I want to show again later), the problem is that if I hide the column, it does not reorder all the other columns, I tried by…
I'm using JointsWP (an excellent Foundation 6 port to Wordpress).
I'm using the Sass version and it's working great. However, I seem to have to install npm with every project. Is this nessesary?
Is there a way to install npm globally and link to…
I try to load Foundation 6 scss with Webpack.
Here's my very simple main.scss file:
@import '~foundation-sites/scss/foundation';
body {
background-color: red;
}
Here's the call in my app.js:
import './main.scss'; //webpack syntax
And here's my…
I've searched for answers on Zurb's site as well as other posts here on SO but haven't found anything that appears to address this issue.
I'm working with Foundation 6 (tried both sites and Zurb templates). Many of the utility classes are working…
I am using Zurb 6 and trying to hide some elements on small and medium screens using the visibility classes, however my desktop is being detected as a Medium Screen. Why is this?
My fullscreen width is 1920px, I have not altered the breakpoints…
I want start using the framework foundation for sites but after reading the DOCS (http://foundation.zurb.com/sites/docs/installation.html) I got confused:
Why I should use a package manager to download a bunch of html, css and javascript file?
Or…
Just been working in Wordpress with Foundation 6 and i am building a menu with the off-canvas for mobile.
But i seem to have a problem where the content isnt loading into the off-screen menu, below is the code im using, am i putting things in the…
I'm struggling with understanding how this mixin works. The example the documentation provides is...
@include grid-row($columns, $behavior, $width, $cf, $gutter) { */ what goes here???*/ }
This is what I have in my SCSS...
.custom_row {@include…
I'm trying to create a form that uses accordions for organization using Foundation 6. I want to add inputs and buttons to the accordion title. Normally when the accordion title is clicked it, it toggles its content by sliding. I want to disable this…
I have a sticky topbar on my website. It works fine on Large and Medium but when it gets down to small it developes a 54px height. I set class sticky-container to height: 0; and it works if i refresh the browser. When I navigate away and back again…
The I placed a couple of header tags overlaid on my hero image. When I resize the browser the text-overlay moves up and down. Any Ideas as to how to make the text fixed in the middle of the hero image?
html:
I've placed a 1200px X 900px hero image on my homepage. The problem is it skews when i resize the browser. I've tried playing with px, %, height and width at 100% but nothing seems to work. Any Ideas?
Html: