I
I
id_baton4eg2015-11-21 10:59:57
css
id_baton4eg, 2015-11-21 10:59:57

Yandex map outside the container?

Hello everyone, I want to make the map the full width of the page, bootstrap automatically writes its markup: container, row, span12... How to position the map (script) at 100% of the page width?

Answer the question

In order to leave comments, you need to log in

1 answer(s)
C
Chronic 86, 2015-01-03
@chronic86

What's wrong with bootstrap? You can use container-fluid and row-fluid.
Or css:

div {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question