• Resolved Anonymous User 9824923

    (@anonymized-9824923)


    Hallo. I would like to center the wordpress brand, in this case, Irina Sopas. I tried a few .css but can’t make that work. I used the display code, text-align and nothing. Right now I have this:

    .navbar > .container .navbar-brand {
        color: #ffffff;
        font-size: 50px;
        font-family: 'Trebuchet MS', sans serif;
        text-align: center;
        margin: 1px 0 auto;
    }

    Best regards,

    Irina Sopas

    The page I need help with: [log in to see the link]

Viewing 6 replies - 1 through 6 (of 6 total)
  • Hi @irinasopas, I recommend using Flexbox layout for this.

    .navbar-header {
    	display: flex;
    	justify-content: center;
    }
    
    Thread Starter Anonymous User 9824923

    (@anonymized-9824923)

    Hallo dear. It didn’t work. Just moved the brand to the top vertically but was not centered horizontally. 🙁

    Apologies, try this one:

    .site-navigation-inner {
    	display: flex;
    	justify-content: center;
    }
    
    Thread Starter Anonymous User 9824923

    (@anonymized-9824923)

    Hello. Hope you’re doing fine today. It is almost there, almost centered. It needs to go a little to the right! If you could help me to fix it, I will be grateful forever.

    Kisses

    Thread Starter Anonymous User 9824923

    (@anonymized-9824923)

    we did it! thank you dear and merry christmas

    Glad you got it fixed. Wishing a very Merry Christmas to you too 🙂

Viewing 6 replies - 1 through 6 (of 6 total)

The topic ‘Center brand’ is closed to new replies.