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

    Bonjour,

    J’aimerais activer mon logo et mon titre uniquement sur les petits écrans 1024 et moins.

    voici mon site : Logo et titre sur petits écrans

    Merci beaucoup et bonne journée !

    #244055
    chantal-admin
    Participant

    Oups, mon siteMon site Web

    #244130
    tikaram
    Keymaster

    @chantal-admin: I have already replied on your previous issue.

    Regards,
    Tikaram

    #244166
    chantal-admin
    Participant

    Merci pour l’autre problème c’est bien résolu et je vous en ai remercié 🙂

    Cette fois-ci, j’aimerais avoir un code me permettant de garder actifs mon logo et titre et l’enlever pour les grands écrans : Je veux juste que mon logo et titre apparaissent sur les petits écrans. Est-ce possible ?

    Merci !

    #244290
    tikaram
    Keymaster
    #244379
    chantal-admin
    Participant

    Ok Thank you for your response but it’s not the good section i wanted to modify. This section sidebar top is perfect…

    I mean the section header logo and site title : I put theses codes in CSS personnalisé :


    @media
    screen and (min-width: 1024px) {
    #site-logo {
    display: none;
    }
    }


    @media
    screen and (min-width: 1024px) {
    #site-title {
    display: none;
    }
    }

    The logo and title site appears on cell but not on 1024px screen… I want it both on phone and 1024px screen

    Thank you

    #244442
    chantal-admin
    Participant

    J’ai trouvé !! 🙂

    Résolu !

Viewing 7 posts - 1 through 7 (of 7 total)
  • The topic ‘Activer logo et titre sur petits écrans 1024 et moins’ is closed to new replies.