F
F
Forge01002015-10-18 21:48:33
css
Forge0100, 2015-10-18 21:48:33

How to fix blocks on the same line?

The thing is, I don't know how to make the title and navigation block not move after the screen size is reduced, although I use inline-block
Here is the block itself:
CodePen.io
Thanks in advance!

Answer the question

In order to leave comments, you need to log in

1 answer(s)
M
Michael, 2015-10-18
@scherbuk

set the width for their parent
.header {
padding: 11px 26px 11px 26px;
position: relative;
width: 800px
}

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question