*

Lopetoms

  • *****
  • 253 posts
  • HOla como estan
Greetings friend, how can I hide the footer from the mobile version? because this content is in the left slider menu


footer {
    display: none;
    width: 100%;
    background: #e5e5e5;
    font-size: 15px;
    line-height: 18px;
    padding: 32px 0 24px 0;
}

yhis hide PC and Movil and only want movil
hostoki.com

Marked as best answer by frosticek on May 23, 2022, 07:38:43 PM
*

MB Themes

@Lopetoms
In responsive.css add to proper media query
Code: [Select]
footer {display:none!important;}
  To get fast support, we need following details: Detail description, URL to reproduce problem, Screenshots

*

Lopetoms

  • *****
  • 253 posts
  • HOla como estan
thank you no work
hostoki.com