Can I remove the guide footer for mobile devices only?

Beantwortet

2 Kommentare

  • Ifra Saqlain
    Community Moderator
    Zendesk Luminary
    Most Engaged Community Member - 2022
    Most Engaged Community Member of The Year - 2021

    Hi @Melody Quinn,  you can use media query for this. 

     

    @media (max-width: 480px){

    .footer {  display: none }

    }

     

    the class footer can be different of your theme so you can change it i.e., footer-wrapper, main-footer, etc.. I'm using default Copenhagen so I fiund footer class name.

     

    Team

     

     

    0
  • Ad Astra

    Thank you! 

    0

Bitte melden Sie sich an, um einen Kommentar zu hinterlassen.

Powered by Zendesk