Okay
  Public Ticket #1059760
Center header logo and standard menu
Closed

Comments

  •  3
    Victor_cruz started the conversation

    HI!

    Can you provide the CSS code to center the header logo an the standard menu just below the logo?

    Thanks a lot!

    Cheers

  • [deleted] replied

    Hi Victor,

    Sure, here you have custom CSS for this:

    header.main-header .logo-and-menu-container {
    display: block;
    }

    header.main-header .logo-and-menu-container .logo-column,
    header.main-header .logo-and-menu-container .menu-column {
    display: block;
    text-align: center;
    width: 100%;
    }

    .header-logo.logo-image {
    display: inline-block;
    margin-bottom: 20px;
    }

    header.main-header .logo-and-menu-container .menu-column > div {
    text-align: center;
    }

    The result should be:


    (view large version)

    I hope it will work for you too.

  •  3
    Victor_cruz replied

    Thanks a lot Arlind! It worked perfectly!

  • [deleted] replied

    Thats great!

    Have a great day there.