• I need to show title and categories of my Portfolio proyects in my homepage, but it doesn’t work in mobile dispositives. How can i fix this problem?

    The page I need help with: [log in to see the link]

Viewing 3 replies - 1 through 3 (of 3 total)
  • Hello there,

    Try adding this CSS code to Appearance > Customize > Additional CSS from dashboard.

    
    @media only screen and (max-width: 991px) {
    
      .portfolio-content {
        opacity: 1; 
      }
    
      .portfolio-content .entry-header {
        margin-bottom: 5px;
      }
      
    }
    

    Regards,
    Kharis

    Thread Starter dieguigram

    (@dieguigram)

    Done and succesfull. Thank you very much Kharis.

    Great and You’re welcome!

    Please let us know in a new topic if you have any further questions, or if we can provide you with any other assistance.

    Regards,
    Kharis

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Titles and categories not displayed in smartphones’ is closed to new replies.