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

    Bonjour,

    J’aimerais que mon logo et mon titre soient sur une seule ligne et centré en hauteur et largeur. Aussi, que le rembourrage de cet espace soit plus mince en haut et en bas. Voici mon lien : En-tête de mon site

    Merci beaucoup !

    #243110
    Skandha
    Participant

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

    #logo-wrap {
        display: block;
        float: unset;
    }
    #site-details {
    	float: right;
    }
    #site-title {
    	padding: 35px 0px 0px 0px;
    }
    #site-logo {
    	display: inline;
    	float: unset;
    }
    #branding img {
    	margin: unset;
    }
    #header-content {
    	padding-bottom: 14px;
    }

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

    #243155
    chantal-admin
    Participant

    C’est parfait Shanka ! Magnifique !

    Merci 🙂

    #243215
    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 ‘Aligner le logo et le titre sur la même ligne de l’en-tête’ is closed to new replies.