css - Div stays on div on mobile version -


i'll show problem using screenshots. http://i.imgur.com/lssels7.png

this desktop version of footer. when on mobile version 5th column on 6th.

this how looks: http://responsivetest.net/#u=http://patwoj.hekko24.pl/wordpress|491|638|1 (bottom of page).

how change place div below div?

if want fix without modification in code:

specify id row

<!-- start: footer --> <div class="row" id="footer"> 

and add following code in css file

@media screen , (max-width:1187px){ #footer .col-lg-1, #footer .col-lg-2, #footer .col-lg-2 div{height:auto !important;} } 

it fix issue.


Comments

Popular posts from this blog

c# - Binding a comma separated list to a List<int> in asp.net web api -

Delphi 7 and decode UTF-8 base64 -

html - Is there any way to exclude a single element from the style? (Bootstrap) -