Reply To: Centering the site title logo – Classik

Homepage Community Forums Classik Theme Support Centering the site title logo – Classik Reply To: Centering the site title logo – Classik

#18530
Wes
Moderator

    @Chris Try adding this in your Responsive Section of your CSS –

    .site-header .site-title a {
    	background-position: center !important;
    }

    You can add it inside the max-width: 767 section

    /* iPhones (portrait and landscape)
    --------------------------------------------- */
    
    @media only screen and (max-width: 767px) {