Viewing 3 replies - 1 through 3 (of 3 total)
  • Thread Starter poorsouh

    (@poorsouh)

    I found out why it’s happening. Because I changed the home page display from “Your latest posts” to “A static page”… and now that profile area is not showing on mobile devices. But for PC and tablet it shows good. Can’t we make it show in mobile phones too?

    Theme Author Alexander Agnarson

    (@alxmedia)

    Hi, thanks.

    Try adding this as additional css:

    
    @media only screen and (max-width: 479px) {
    #profile { display: block; }
    .home.blog.paged #profile { display: block; }
    }
    

    This will make it show up on mobile on all pages.

    Thread Starter poorsouh

    (@poorsouh)

    Thanks it worked …

    Best Regards!

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Profile Area doesn’t show in Mobile View’ is closed to new replies.