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
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
Next And prev links doesn't work on mobile.
theme version 6.1.5
thanks
Meg
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
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
Meg, I\'m having the same issue. Do you mind sharing the css you input to get it to work correctly?
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
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