Z
Z
zoomiein2018-04-24 17:28:51
css
zoomiein, 2018-04-24 17:28:51

How to adapt for the mobile version?

How to adapt to mobile design. when in the mobile version, they slide down. under each other?
HTML:

<div class="header-navibox-5">
<a href="tel:8-998-785-45-45" class="phone">8-998-785-45-45</a>
  <a href="tel:8-998-785-45-45" class="phone">8-998-785-45-45</a>
</div>

css
header-navibox-5{
 float: left;
 max-height: 80px;
 padding: 28px 0;
 font-size: 14px;
 margin-left: 20px;
 color: #fff;
}
header-navibox-5 a{
 color: #fff;
 font-size: 17px;
}

Answer the question

In order to leave comments, you need to log in

1 answer(s)
K
Konstantin Teploukhov, 2018-04-24
@zoomiein

https://codepen.io/anon/pen/KRzoqK
Forget float like a bad dream.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question