Centering the site title logo – Classik

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

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #18458
    Chris
    Customer

      Hi,

      I’m trying to centre the site title image logo for the Classik Theme on an iPhone. I’m using 170x170px image. I’ve tried several pieces of code options in the iPhone media settings with no success. If you could advise that would be appreciated.

      Chris

      #18465
      Eric
      Customer

        Do you have a link? I can get it figured out once I check it out.


        I create awesome sites for awesome people! Contact me if interested – ericsanchez1585@gmail.com

        #18473
        Chris
        Customer
          This reply has been marked as private.
          #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) {
            #18550
            Chris
            Customer

              Cool,

              Worked well!

              Appreciate your assistance.

              Chris

              #18561
              Wes
              Moderator

                You’re Welcome!

              Viewing 6 posts - 1 through 6 (of 6 total)
              • The topic ‘Centering the site title logo – Classik’ is closed to new replies.