Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • #578535

    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

    #579126

    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

    #579542

    Sorry for that, I have checked the credentials.

    Regards

    #579744

    Hi,
    I have found the solution. The header has to be position: relative.

    .responsive #top #wrap_all #header {
      position: relative;
      }
    

    Thanks!

    Regards

    #579837

    Sorry, I just recognized that with this solution the header isnt fixed any more, it scrolles down. Can you take a look?

    Regards
    Sigmund

    #581504

    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

    • This reply was modified 8 years, 10 months ago by Vinay.
    #583307

    Thanks!

Viewing 7 posts - 1 through 7 (of 7 total)
  • The topic ‘Masonry grid link not working’ is closed to new replies.