Best Premium and Free WordPress Themes › Forums › Portfolio Web › How to show image on mobile? › Reply To: How to show image on mobile?
May 28, 2021 at 5:02 am
#96655
Keymaster
Dear Eleven,
Please add the given CSS code in Additional CSS.
Appearance > Customize > Additional CSS
@media only screen and (max-width: 767px)
.at-feature-about-img {
display: block;
}
Best Regards!