In this article I will show how to
hide responsive footer in bootstrap mobile view. It is simple; you can create a
div tag and apply the following Css footer code hidden-xs. Paste the footer coding
inside the created div tag.
When you apply “hidden-xs” class; it will hide the
elements on the extra small devices which having a screen width less than
768px. Visible on other device screen length greater than 768px.
more details