Okay
  Public Ticket #3554103
Homepage
Open

Comments

  •  2
    Jscheren started the conversation

    Hello,


    is it possible to align the top logo on the homepage at the center of the page?

    And is this also possible with the bottom header?

  •  1,623
    Barry replied

    Hi there,

    Thank you for your message.

    Please see attached image below my message. Like that example is that how you want to change the header layout? If so, you can copy/paste the following CSS code to Appearance -> Customize -> Additional CSS:

    /* center theme header */
    @media (min-width: 992px) {
        .header .header-wrapper .header-logo,
        .header .header-wrapper .header-navigation,
        .header .header-widgets .container {
            float: none;
            display: flex;
            height: auto;
            align-items: center;
            justify-content: center;
        }
        .header .header-wrapper .header-logo {
            padding-top: 30px;
        }
    }
    

    If this is not what you meant please explain further.

    Thanks!

    Attached files:  example.png

    Best regards,
    Barry
    QreativeThemes.com  |  WordPress Themes

  •  2
    Jscheren replied

    Hi,

    This is perfect, thank you.

  •  1,623
    Barry replied

    Great! You're welcome!

    Let me know if you have any other questions.

    Best regards,
    Barry
    QreativeThemes.com  |  WordPress Themes