Weird problem w/ footer on one page only in mobile version of site

Hello,

I am reaching out about my site milesconstructioncolorado.com and if you notice in the attached photo, the footer is sitting weird on the contact us page. It is the only page that it does this on, and only on mobile.

Is there something I am missing here?

Thank you!!

Hi There,

Please remove the -400px of bottom margin from this row:


Or you want to remove this margin on mobile version, please add this element CSS to your row:

@media (max-width: 767px){
  $el {
    margin-bottom: 0 !important;
  }
}



Hope it helps :slight_smile:

Ahhh you guys are the best! Thank you so much for the help and quick response. Appreciate it!

You are most welcome!

Thanks

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.