enter image description here

does not work

.text_ab{ margin-top: 45px; } 

While everyone else works as needed.

Here is another markup just in case:

 <div class="col-xs-12 col-sm-12 col-md-12 col-lg-3 hdn ctr"> <div class="wrap_myph"> <img src="img/im.png" alt=""> </div> </div> <div class="col-xs-12 col-sm-12 col-md-12 col-lg-9"> <div class="txt_ab"> <span class="txt_im"> Тут текст </span> <span class="wid"> Тут много текста </span> </div> </div> 
  • check the debugger, see what style interrupts - lexxl
  • 2
    in html - "txt_ab", in css - "text_ab" :) - MasterAlex
  • yeah, noticed when post lol here - Freed Brd

0