Logo Cut off on Mobile Devices

Homepage Community Forums Epik Theme Support Logo Cut off on Mobile Devices

Tagged: ,

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #13168
    tlctara
    Customer

      Hi,
      My site http://www.designtlc.com uses Epik. The logo in the header is getting cut off on mobile devices. Is there a way for this to resize for these media queries?
      Thanks

      #13192
      Wes
      Moderator

        This can be fixed by adding the following code to your responsive section of your css –

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

        Add that to either the 580px width or 480px width depending on where you’re seeing this issue happen (iPhone or tablet). Both of these sections are located near the bottom and look like this –

        @media only screen and (max-width: 580px) {

        #13322
        tlctara
        Customer

          Thanks! That fixed it!

          #13325
          Wes
          Moderator

            You’re Welcome!

          Viewing 4 posts - 1 through 4 (of 4 total)
          • The topic ‘Logo Cut off on Mobile Devices’ is closed to new replies.