Viewing 12 posts - 1 through 12 (of 12 total)
  • Author
    Posts
  • Pankaj Sharma Moderator
    #1057430

    Hi
    In mobile the screen size is small so it can not fit in this space like in the desktop.
    Either you can hide the text of image so you cna show one of them.
    Let me know if you want to hide it.

    Regards

    edna bonfim Friend
    #1057444
    This reply has been marked as private.
    Pankaj Sharma Moderator
    #1057500

    Hi
    Add this code in custom.css file to hide the text in mobile

    
    @media (max-width: 468px) {
    .acm-features-intro.style-1 .features-info h1 {
      display:none;
    }
    
    .acm-features-intro.style-1 .features-info span
    {
      display:none;
    }
    }

    Regards

    edna bonfim Friend
    #1057676

    Hi,

    I added the code, but nothing changed in mobile 🙁

    Pankaj Sharma Moderator
    #1057753

    Hi
    Kindly check http://helpreforma.com.br/templates/ja_resume/css/custom.css
    There is no custom.css file on your site.

    Regards

    edna bonfim Friend
    #1057786
    This reply has been marked as private.
    Pankaj Sharma Moderator
    #1057790

    Hi
    You can see in your screenshot the custom.css file is not present.
    Kindly create a new file in /css folder of the template with name custom.css and add the suggested code.

    Regards

    edna bonfim Friend
    #1057804

    Hi,
    Could you give me the right path? Because I think I am not doing it well
    css/themes/…

    Pankaj Sharma Moderator
    #1057812

    Path: /templates/ja_resume/css/custom.css

    Regards

    edna bonfim Friend
    #1057977

    Hi,

    I put the code where you told me, but nothing changed.


    1. Screenshot_10
    edna bonfim Friend
    #1057979

    Hi Pankaj, it’s ok now!!!
    Thank you very much for your support and patience!!!

    Pankaj Sharma Moderator
    #1058028

    You are welcome!

Viewing 12 posts - 1 through 12 (of 12 total)

This topic contains 12 replies, has 2 voices, and was last updated by  Pankaj Sharma 6 years, 8 months ago.

The topic ‘Mobile version sideshow text overlays the image’ is closed to new replies.