• Hi Nasir,

    Great plugin! One quick question, when I’m on the phone my text is getting cut off. I can’t see all the info. I tried eliminating the custom font sizes to see if that would solve the problem, but it doesn’t.
    How can I make sure all the text shows?

    thanks

Viewing 7 replies - 1 through 7 (of 7 total)
  • Plugin Author nasir179125

    (@nasir179125)

    Please show me the live page URL where you are using so I can have look It.

    Thanks

    Thread Starter supportwebsites

    (@supportwebsites)

    Is there a private email where I can send it to you?
    At the moment it’s a password protected website

    Here’s a screenshot:
    https://www.awesomescreenshot.com/image/3393795/5286579e55b4afb6454d70887f3814a2

    Thanks

    Plugin Author nasir179125

    (@nasir179125)

    Please add this code into custom css:

    @media only screen and (max-width: 480px) {
    .ih-item.square.effect11 .info h3 {font-size: 16px !important;padding: 0px;margin: 0;}
    .ih-item.square.effect11 .info p {font-size: 16px !important; padding: 0px;}
    }

    Let me know

    Thread Starter supportwebsites

    (@supportwebsites)

    Thanks Nasir,
    This helped a bit on the browser, but on the phone it still doesn’t show.
    I’m looking at it on an iPhone 6s plus, and I can only see the first 2 lines of text.

    Thread Starter supportwebsites

    (@supportwebsites)

    there seems to be a lot of space around the title

    Plugin Author nasir179125

    (@nasir179125)

    Add this code again into custom css:

    @media only screen and (max-width: 720px) {
    .ih-item.square.effect11 .info h3 {font-size: 15px !important;padding: 0px !important; margin: 0 !important;}
    .ih-item.square.effect11 .info p {font-size: 12px !important; padding: 0px !important; margin: 0 !important; line-height: 1 !important;}
    }
    Thread Starter supportwebsites

    (@supportwebsites)

    It worked!:)
    Thank you thank you thank you!!

Viewing 7 replies - 1 through 7 (of 7 total)
  • The topic ‘Phone’ is closed to new replies.