Centering logo on mobile devices?

Homepage Community Forums inSync Theme Support Centering logo on mobile devices?

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #18608
    #18629
    Wes
    Moderator

      Try adding this code to your CSS in the Responsive Section –

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

      If you’re not editing the CSS directly, then you’ll need to add this as well –

      @media only screen and (max-width: 1023px) {
      
          .header-image .site-title a {
      	background-position: center !important;
          }
      
      }
      #18631
      Kelly
      Customer

        For some reason adding CSS through Genesis Extender doesn’t always work with your templates, but entering the code direct worked fine. Thanks Wes!

        #18692
        Wes
        Moderator

          You’re Welcome!

        Viewing 4 posts - 1 through 4 (of 4 total)
        • The topic ‘Centering logo on mobile devices?’ is closed to new replies.