Mobile responsive logo issue

Homepage Community Forums Epik Theme Support Mobile responsive logo issue

Tagged: , ,

Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #12420
    #12433
    Eric
    Customer

      Do you have a link to your site so I can see what’s going on?


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

      #12438
      Leanne
      Customer

        Hi yes you probably missed the website address in the first line of my big spiel – its jonmorrison.com.au

        Many thanks in advance,
        Leanne

        #12443
        Wes
        Moderator

          @leannemorrison Add this code to your Responsive section (bottom) in your css file –

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

          I would add it in the iPhone responsive section, it should be the very last one.

          #12602
          Leanne
          Customer

            Hi Wes, I’ve tried adding in the css below – at the end of the style.css file in the following places, but nothing seems to make any difference. I would appreciate any help you can give me as we have a potential client looking at our website later in the week and this could be a killer for us. I’m not very good at the coding, so if you could please be very specific about placement (before this and after that) I would be very grateful.

            Thanks
            Leanne

            FIRST ATTEMPT
            @media only screen and (max-width: 480px) {

            .site-header {
            width: 100%;
            }

            .content .portfolio {
            text-align: center;
            width: 100%;
            }

            .content .portfolio .post-image {
            width: 100%;
            }

            .content .portfolio .more-link {
            margin: 20px auto 0;
            padding: 6px;
            width: 60%;
            }
            .site-title a {
            background-size: contain !important; }

            }

            ___________________________________________________________________________________________________

            SECOND ATTEMPT
            Also in the iphone section
            .plan-col,
            .plan-col-popular {
            float: none;
            margin: 0 auto 40px;
            width: 80%;
            }
            .site-title a {
            background-size: contain !important; }

            }

            #12614
            Wes
            Moderator

              Just add the above code right under the 480 media query section near the bottom of your css like this –

              @media only screen and (max-width: 480px) {
              
              	.header-image .site-title a {
              		background-size: contain !important;
              	}

              When I add the code it shows up like this –

              #12661
              Leanne
              Customer

                Awesome thank you that fixed it perfectly. Thanks for the clear and precise instructions ( I really needed them!).
                Cheers
                Leanne

                PS love the theme and have had MANY positive comments on it

                #12670
                Wes
                Moderator

                  Thanks! That’s good to hear! Glad everything is working.

                Viewing 8 posts - 1 through 8 (of 8 total)
                • The topic ‘Mobile responsive logo issue’ is closed to new replies.