Show the title of the projects on responsive

As you can see... the titles of the proyects do not show avoiding to show the people to know what they want to choose... Is it a code to show as in the computer?

I need to show this


Comments

  • Hello,

    Please, you can try to use the following CSS code:

    @media only screen and (max-width:767px) {
     .portfolio-photo .portfolio-item .portfolio-details .details{
       display:block!important;
     }
       .portfolio-photo .portfolio-item .more{
          display: none!important;
       }
    }
    

    But if you would like to style it more, you will have to contact your web developer.


    Thanks

  • That was awesome!! Really thank you!

Sign In or Register to comment.