Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #243411
    chantal-admin
    Participant

    Bonjour,

    J’aimerais désactiver le Header Top sur les mobiles phones et Ipad. Voici ma page : https://cedamtl.org/

    Merci !

    #243437
    Skandha
    Participant

    @chantal-admin: Hello there,
    Go to => Appearance => Customize => Additional CSS and add the following CSS Code.

    @media screen and (max-width: 1024px) {
    	#sidebar-header-top {
    		display: none;
    	}	
    }

    Let me know if this works out!
    Kind Regards,
    Skandha

    #243541
    chantal-admin
    Participant

    Merci Skandha !

    Ça fonctionne 🙂

    Bonne journée !

    #243647
    Skandha
    Participant

    @chantal-admin: Glad it worked out. Have a good day! 🙂

    Kind Regards,
    Skandha

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘Désactiver header top mobile’ is closed to new replies.