How to show image on mobile? - Acme Themes

Best Premium and Free WordPress Themes Forums Portfolio Web How to show image on mobile?

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #96636
    Eleven
    Participant

    On mobile (Safari, iOS), the image in ‘AT About Section’ does not appear. Even on the demo on Acme Themes this problem occurs. Is there anyway to make the photo appear? My website is: elevenstandup.com

    Thank you!

    #96655
    acmethemes
    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!

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.