R
R
Roman2016-09-29 01:42:41
css
Roman, 2016-09-29 01:42:41

How to lay out a block beyond 1200px?

Hello. Please tell me how best to make this screen block which is in the red frame. Position? The entire design width is 1700px, the center is 1200px, but there are many different elements beyond 1200px, the elements are static. Bootstrap mesh.

Answer the question

In order to leave comments, you need to log in

4 answer(s)
D
dom1n1k, 2016-09-29
@dom1n1k

Once again, I'm perplexed, why stick a bootstrap grid everywhere, wherever it hits?
What is the use of it in this particular case? I didn't get it.

A
Anton, 2016-09-29
@SPAHI4


1) expand the grid, insert 2 placeholders on the sides 2) right: calc(( 100vw
- 1200px) / 2 + 1200px);

S
Sergey, 2016-09-29
@void01

it’s not clear from the description,
but if I did catch the idea, I would place the block inside the 1200 block,
give it a width of 250, position it absolutely top: 0 left: 0 and put on transform: translateX (-100%),
or build yourself a bootstrap with a grid 34 columns and have fun))
getbootstrap.com/customize/#grid-system
UPD: I think I understand what you mean....
you mean media query border for lg 1200px suffix build
yourself a custom bootstrap
getbootstrap.com/customize/#media- queries-breakpoints <= here you can set your 1700px as lg

Z
zooks, 2016-09-29
@zooks

position: relative;

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question