logo not centering on mobile

Homepage Community Forums Epik Theme Support logo not centering on mobile

Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • #17479
    theapril
    Customer

      Hi All,

      I’m sure this is probably an obvious fix, but I’ve been looking at it so long my eyes are crossing.

      The logo looks fine at large screen size and at the smallest size, but at iPad size the header isn’t centering. It is parked here for right now – http://jl.fixwp.website/

      Thanks,
      April

      #17480
      Wes
      Moderator

        Try and add this to your responsive section –

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

        You can place it in the 960 or 767 width responsive sections.

        #17487
        theapril
        Customer

          Thanks, Wes. I knew it was something boneheaded. I had it at the end of my stylesheet instead of under the media queries.

          #17488
          theapril
          Customer

            Ok, I hate to ask, but I moved it, but it still isn’t responding correctly.

            #17492
            Wes
            Moderator

              I don’t see it in your code. Try adding it in this section on line 4178 –

              /* iPad/Tablets (portrait and landscape)
              --------------------------------------------- */

              I did see this –

              .header-image .site-title a {
                              background-size: contain !important;
                      }

              But you’ll need to add this code in that same section in order for it to work –

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

              I just tested your site on my end and it appears to be working when I add the background-position: center !important

              Let me know if that fixes it.

              #17495
              theapril
              Customer

                Ok, I have it, now. You are awesome!!!

                #17496
                Wes
                Moderator

                  Great! Let me know if you need anything.

                  I just realized this place is not that far from where I live 馃檪 Since I love bowling I may have to visit if I’m ever down that way.

                Viewing 7 posts - 1 through 7 (of 7 total)
                • You must be logged in to reply to this topic.