Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #817125

    Hi, as you can see here – https://www.screencast.com/t/NWjEdqY33 – the title that is should be shown on the images is not showing. On desktop they are showing fine – https://www.screencast.com/t/V0LeIZ8qj.

    Why is the title not showing on mobile and how can I fix it?

    #817834

    Hey DROR,

    Here is the code you can put in Enfold > General Styling > Quick Css,  if it does not work, put into themes/enfold/css/custom.css

    
    @media only screen and (max-width: 450px) {
    .avia_image {
        max-width: 100%!important;
        display: block !important;
    }
    }
    

    If you need further assistance please let us know.
    Best regards,
    Victoria

    #818008

    Thanks!

    #818015

    Hi,

    I’m glad Vicotria’s solution was able to help you. If you need additional help, please let us know here in the forums.

    Best regards,
    Jordan Shannon

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘Title not showing on mobile’ is closed to new replies.