• Hi there, when viewing on the mobile version, the text for each image overlaps the image when you enter onto the page. When hovered over, the text that was overlapping is not able to be seen. Can you please give me a solution for mobile viewing?

    The page I need help with: [log in to see the link]

Viewing 1 replies (of 1 total)
  • Plugin Author rameez_iqbal

    (@rameez_iqbal)

    Hi, Please paste following code in custom css box

    @media only screen and (max-width: 1100px){
    	.image-caption-box p {
    		font-size: 12px !important;
    	}
    }

    Regards

Viewing 1 replies (of 1 total)
  • The topic ‘Text goes over photo in mobile’ is closed to new replies.