Okay
  Public Ticket #548204
Scrolling through portfolio on mobile not working
Closed

Comments

  • Meg started the conversation

    Next And prev links doesn't work on mobile.
    theme version 6.1.5
    thanks
    Meg

  •  8,990
    Tahir replied

    Hey ,

    Which mobile are you testing it on ?. Could you provide a screenshot? .

    Also please go through the steps mentioned in here https://themenectar.ticksy.com/article/5032/ .

    Thanks


    ThemeNectar Support Team 

  • Meg replied

    I think the problem is the lost padding on \".row.project-title\" like in your demo.
    I set it in my css and now works.
    I don\'t know why I don\'t have it.
    thanks

  • David Byrd replied

    Meg, I\'m having the same issue. Do you mind sharing the css you input to get it to work correctly?

  • Meg replied

    Hi, David
    I simply added these lines to my css

    @media only screen and (max-width: 690px){
    body #page-header-bg .project-title {
    padding-top: 30px !important;
    top: 0 !important;
    }
    }

    I hope, will help you

  •  1,089
    ThemeNectar replied

    Hey guys, not having padding on your project title would indeed cause this if you had the permenant transparent header on - however without seeing your URL it\'s hard to say why the padding would be gone