Viewing 2 replies - 1 through 2 (of 2 total)
  • Roch

    (@rochesterj)

    Hi!

    I’m not sure if this is easily achievable. Would you mind pasting the link to your website here, so we can check it out?

    Kind Regards,
    -Roch

    Thread Starter Tsakman

    (@tsakman)

    I decide just to centered all and it was quite easy.
    I did it with this code

    .site-title {
    display: table;
    margin: 0 auto;
    }
    .site-description {
    display: table;
    margin: 0 auto;
    }

    .site-logo { padding-left: 400px;
    text-align: center;
    }

    • This reply was modified 8 years, 6 months ago by Tsakman.
Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Center logo and add it in the menu’ is closed to new replies.