Hi @ Kriesi,
on the mobile view of my webpage the masonry links are not working. I have tried to deactivate all Plug-ins. Can you take a look? Thank you!
Regards
Hey Sigmund!
Thank you for using Enfold.
The login credentials above are not working. Please check. Make sure that you have the latest version of the theme which is 3.4.7.
Best regards,
Ismael
Sorry for that, I have checked the credentials.
Regards
Hi,
I have found the solution. The header has to be position: relative.
.responsive #top #wrap_all #header {
position: relative;
}
Thanks!
Regards
Sorry, I just recognized that with this solution the header isnt fixed any more, it scrolles down. Can you take a look?
Regards
Sigmund
Hey!
We are working on your ticket please wait while we update the results here soon.
As I understand you like the header to be fixed in the mobile version
We have added the below code in quick CSS and made the mobile version header to be fixed
@media only screen and (max-width: 767px) {
.responsive #top #wrap_all #header {
position: fixed!important;
}
}
Best regards,
Vinay Kashyap
Thanks!