Results for: max-width
My initial load of foundation 5 looks puny on my monitor. Not very wide. My browser font size preference is 13 and I understand that changing that font size preference make the my site wider. I'm not really wanting a 100% width for the entire site, and... (continued)
Hi everyone I am new to using foundation, and just finding my way around it at the moment. I am working on a project and it has a max-width of 1170px. I see that you can customise the grid with but the max-width size is in em. Is there a calculation to... (continued)
Here's an demo of what I'm trying to fix: http://jsfiddle.net/23SgB/ I'm trying to fill up an entire reveal-modal with an image of width 950px. I can accomplish this like so:
Hello, Media queries for large screen are define like this : @media only screen and (min-width: 64.063em) { } /* min-width 1025px, large screens */ and Grid, row is define like this : $row-width: rem-calc(1000); /* result is .row {max-width:62... (continued)
Ι want to customize the max-width and work with it. Specifically I want to be in 1170px {73.125em}. My question is : When i set my Defaults, i must make the changes of width to Media Queries manually or they have been automatically ?
This is most definitely a n00b issue. I'm using Foundation 5 with SASS, and when I set up a row with columns, I'm getting a max-width of 6.25rem. This is causing my row to be very narrow on the desktop (which is what I'm most concerned about). I don't see... (continued)
Hi, I've been trying to figure out why the class="row" set on my div's doesn't change max-width when hits a different breakpoint. I'd expect that if I resize my window to small screen then the .row max-width will be 40em, when it's medium .row width wi... (continued)
Hi there, I have a question about how to set the full width size to 1170px. I know that 1170px is 73.125em so I was going to do a custom install and set the max-width to the 73.125. Is that how I accomplish this and should I change the gutter or number ... (continued)
I'm not sure if I was doing this right to begin with. I was using the code below to resize the header's nav bar on smaller screens. It was working out okay until I learned it wasn't displaying correctly on iPads with retina display. The last link is getti... (continued)
Apologies for utter newbie nature of this question - but please help if you've got time! How do I create a section style that will extend the background colour to the full width of the browser? I'm sure its just a simple bit of CSS , and I'm quie new to t... (continued)
So what I noticed is that Foundation 6 is using max-width 75 rem - why is that? Why not 90 rem where you can put much more content and it looks less "condensed"? Example: 92 rem 75 REM :
Hello All, I was wondering if someone could help me out. I have created a website using foundation and I would like for the responsiveness to stop after the large breakpoint. for example i would like for the site to look the same even after... (continued)
Hello! I've run into an issue with setting a max-width for Outlook. I've tried setting the body tag like so to ensure that the email, in Outlook, does not expand past the 600px size: <!--[if gte mso 9]> <body width="600"> <![endif]-->... (continued)
I have built a simple and standard website using Foundation 5 (upgrade to 6, probably above pay grade) and I thought I had understood how responsiveness and grid works. Page layout: - row - topbar with nav - large banner - 'no row' so 100% of the s... (continued)