Please show me the live page URL where you are using so I can have look It.
Thanks
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
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
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.
there seems to be a lot of space around the title
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;}
}
It worked!:)
Thank you thank you thank you!!