Viewing 3 reply threads
You must be logged in to reply to this topic.
Hi
On one of our pages when viewing on phone we have 3 images and these are showing on top of each other without any spacing?
Thanks
J
Hello,
Sorry for the late reply!
Add this code to CSS box to fix the space between the app images:
@media (max-width: 480px) { img.alignleft.wp-image-611.size-full { margin-bottom: 15px !important; } img.alignleft.wp-image-610.size-full { margin-bottom: 15px !important; } }
You can change the margin value to your wish.
Let us know.
Best regards!
You must be logged in to reply to this topic.