• Resolved kurgusal

    (@kurgusal)


    Hi guys,

    Do you know how to center the logo for Merlin Theme?

    Thanks in advance.

    .site-branding .custom-logo {
    	margin: 0 1.5em 0 0;
    	padding: 0;
    	border: none;
    	vertical-align: top;
    	max-width: 100%;
    	height: auto;
    • This topic was modified 5 years, 4 months ago by kurgusal.
    • This topic was modified 5 years, 4 months ago by kurgusal.
Viewing 2 replies - 1 through 2 (of 2 total)
  • Theme Author ThemeZee

    (@themezee)

    Hi there,

    Thanks so much for using Merlin.

    You can use this short CSS snippet to center the logo:

    .header-main {
        text-align: center;
    }
    
    .site-branding {
        float: none;
    }
    

    Cheers,
    Thomas

    Thread Starter kurgusal

    (@kurgusal)

    Hi Thomas,

    Thanks for help and the great theme.

    Cheers,

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