The theme is not working on phone device

  • Hi again!

    First of all I am very happy about the theme and the help I get here. I have another question this time. When I view my website on my phone device, the title and overlay for the posts/portofolio is not showing. It only appears when I choose one of the category, and then scroll down. I wonder if that is something I can change or just a set up you have decided ? Because it makes my frontpage look like it is only pictures and not posts when the title dosen´t show up.

    The blog I need help with is: (visible only to logged in users)

  • Hi!

    Glad to hear that. :)

    This custom CSS will show the titles on mobile:

    @media only screen and (max-width: 768px){
    .thumbs figure.brick figcaption {
    opacity: 1 !important;
    }
    .thumbs figure.brick::after {
    opacity: .4 !important;
    }
    }
  • The topic ‘The theme is not working on phone device’ is closed to new replies.