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 -

how to prompt save As Box in Excel Interlop c# MVC 4 -

xslt 1.0 - How to access or retrieve mets content of an item from another item? -