• Resolved timatltv

    (@timatltv)


    What code do i need to insert in the Additional CSS area of the theme customization to get the site title vertically center?

    Thank you!

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

Viewing 1 replies (of 1 total)
  • Theme Author ThemeZee

    (@themezee)

    Hi there,

    Thanks so much for using Gridbox.

    The theme uses floats in the header area to display the logo area and navigation menu, so there is no way to vertically center the site title.

    But you can adjust the spacing of the site title with this CSS snippet:

    .site-branding {
        margin-top: 1em;
        margin-bottom: 1em;
    }

    Best,
    Thomas

Viewing 1 replies (of 1 total)
  • The topic ‘How to vertically center site title?’ is closed to new replies.