• Resolved GennyF

    (@gennyf)


    Hi, I need to center the logo in the header.
    I can center the main menu but for the logo? Please, someone can help me?
    Thanks

Viewing 6 replies - 1 through 6 (of 6 total)
  • Hello,

    Can you please share link to your site so that I can help you regarding that?

    Thread Starter GennyF

    (@gennyf)

    Yes, but I’m in maintenance mode. Can you send me your e-mail (in private mail), so I can create a new user for you?

    To view the contents in the maintenance mode one should have the admin access. No general users can access that.

    Thank you.

    Thread Starter GennyF

    (@gennyf)

    sent you on gmail the website link
    ??

    body #header-container { text-align: center; }
    for the logo
    If you’re using title/tagline, the CSS is a bit more complex.

    Thread Starter GennyF

    (@gennyf)

    Thank you theZedt, I resolved with

    #header-container {
    max-width: 1200px;
    width: 100%;
    }
    #logo > img {
    display: block;
    margin: 0 auto;
    }

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘center logo in the header’ is closed to new replies.