E
E
Evgeny Samsonov2015-08-18 10:17:47
css
Evgeny Samsonov, 2015-08-18 10:17:47

How to force float?

On some resolutions, the slogan breaks away from the logo and it does not look very nice. Why can this happen? On the right, a place in bulk, if desired, you can also transfer the slogan according to the words. Why is this happening? How to do forced bonding?
2996c1ac00d5475bbc1914d68dc4d7f1.png

.logo_text {
  float: left;
}
.site_name_footer {
  font-size: 16px;
  line-height: 1em;
  font-family: 'Open Sans',sans-serif;
  font-weight: 400;
}
.site_name_description_footer {
  font-size: 14px;
  line-height: 1.5em;
  font-family: 'Open Sans',sans-serif;
  font-weight: 300;
}
.logo_img_footer {
  max-width: 45px;
  float: left;
  margin-right: 15px;
}

Answer the question

In order to leave comments, you need to log in

4 answer(s)
E
Evgeny Samsonov, 2015-08-18
@kentastik

getbootstrap.com/components/#media did this and everything was fine. Xs than the usual styles did not suit him ...

L
LittleFatNinja, 2015-08-18
@LittleFatNinja

float: right !important;

R
robotcigan, 2015-08-18
@robotcigan

classes in bootstrap: pull-left, pull-right

R
Rithmsamba, 2015-08-18
@Rithmsamba

overflow: hidden for the slogan, and there will be happiness

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question