Leanne

Forum Replies Created

Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • in reply to: Epik – change font colour to dark on Home Feature 5 widget #13571
    Leanne
    Customer

      Oops sorry dumb me – I should have looked for the easy option and just put the text in hf7 instead, which had a grey background. Easy solution!

      All fixed now thanks

      Cheers
      Leanne

      in reply to: Epik – full menu appearing on iphone #13356
      Leanne
      Customer

        Thanks Kronos, I am now trying to get the upgraded version of Epik. Every time I try to download from “My Account” it keeps asking me to pay, which I know should not be the case. Cheers, Leanne

        in reply to: Epik- photos won't align in centre of page #13355
        Leanne
        Customer

          Thanks for your reply Erik. If I look at it on the ipad in landscape format they are fine, however in portrait format the problem still occurs. Thanks
          Leanne

          in reply to: Mobile Responsive Troubles – iPad and iPhone #12662
          Leanne
          Customer

            Hi mponzi, I had the same problem and the developer sent me back the instructions below to fix it up. Now works perfectly. I had to put the code in immediately after the @media only …. 480px as shown below though – if you put it anywhere else it doesn’t seem to work (well for me anyway). This fix worked perfectly.
            Cheers
            Leanne
            ______________________________________________________________________________________________________

            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;
            }

            in reply to: Mobile responsive logo issue #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

              in reply to: Mobile responsive logo issue #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; }

                }

                in reply to: Mobile responsive logo issue #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

                Viewing 7 posts - 1 through 7 (of 7 total)