nationalparkservice / bootstrap

A version of Twitter Bootstrap customized to fit into the graphic identify of the National Park Service.
https://www.nps.gov/npmap/tools/bootstrap/
MIT License
10 stars 6 forks source link

Can't expand my embedded iframe past 768ish pixels? #11

Closed frogmapr closed 8 years ago

frogmapr commented 8 years ago

I have a page using the npsbootstrap template at the following location and I would like to change things so that the embedded iframe web map is wider than 768ish pixels but it seems to be limited to that?

Is this something I can go in and change? Is there somewhere in the CSS that I can edit to make that happen?

Thanks!

nateirwin commented 8 years ago

It looks like you're using the container class on many of your divs. Getting rid of this class will force divs to near full-width.

Hope that helps!

frogmapr commented 8 years ago

That worked,

Thanks for the help!

On Tue, Feb 16, 2016 at 8:59 PM, Nate Irwin notifications@github.com wrote:

It looks like you're using the container class on many of your divs. Getting rid of this class will force divs to near full-width.

Hope that helps!

— Reply to this email directly or view it on GitHub https://github.com/nationalparkservice/bootstrap/issues/11#issuecomment-185006128 .