Header Responsiveness Issue

Homepage Community Forums Epik Theme Support Header Responsiveness Issue

Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #14643
    theapril
    Customer

      I have uploaded a header image with the default size. It isn’t responding correctly. It gets cut off at the phone size. http://www.thelandofcan.com

      I haven’t been able to get this to work on Epik since revision before last. Am I just missing something?

      Any ideas?

      #14649
      Wes
      Moderator

        I’m not sure exactly what happened, but I can help figure it out.

        Is it possible to create a temporary user/password so I can login and try a couple css adjustments? This would be the quickest way to figure it out.

        #14653
        theapril
        Customer
          This reply has been marked as private.
          #14674
          Wes
          Moderator

            Got it fixed on my end. Let me know if it shows up ok when you take a look.

            #14678
            theapril
            Customer

              It looks great, now. Can you tell me how you fixed it, so I can do it on my other sites.
              Thanks so much.

              #14682
              Wes
              Moderator

                First I added this to your site in the responsive section –

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

                Which is usually what I add when someone has a logo that is larger than the default width (around 360px). The code above is supposed to adjust and resize it when viewed in smaller browsers….but for some reason it wasn’t working on your site. So I made other adjustments to other areas of your site that dealt with the header/title area. After this I still didn’t see any difference. After a while I took a break, came back and everything was working. I’m guessing it was maybe a caching issue? Are you using any caching plugins? If so then updates can show up delayed sometimes (they’re usually instant). I’m not sure if that was it or not, but the code above is usually what I add for issues like this.

                I also adjust the default title area width to whatever the size of the logo is if needed –

                .title-area {
                	font-family: "Open Sans",sans-serif;
                	font-weight: 600;
                	float: left;
                	padding: 0;
                	padding: 0;
                	width: 360px;
                }
                #14715
                theapril
                Customer

                  It is on Godaddy’s Managed WordPress, so they have caching, but it isn’t from a plugin. Thanks for responding. I love this theme, but that issue was really hanging me up.

                  #14717
                  Wes
                  Moderator

                    Ok, thanks for getting back with me. I will try and make it to where that issue is less likely to happen in the next update. I wrote down a couple things I can do to improve on that section of the css. So I’ll get that out and a couple other updates out soon.

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