When you have a detailed footer, it appears better only on large screens. In this case, the footer would not feel appealing on smaller screens. So you would want to remove the knowledge base footer in the mobile view for a better reader experience.

This is applicable only for custom footer


Solution

2_Screenshot-How_to_hide_footer_in_mobile_view

  1. Go to SettingsKnowledge base siteCustom CSS & JavaScriptCustom CSS

  2. Paste the below CSS snippet in the window

@media screen and (max-width: 469px) {.custom-footer {display: none;}}
  1. Click Save