Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #1309606

    Hi there,

    is it possible to display the navigation arrows to the previous or next portfolio item in the portrait mode (mobile) as well?

    Thanks in advance.
    Regards
    Knutnik

    #1309755

    Hey Knutnik,

    Thank you for the inquiry.

    You can use this css code to display the post navigation back on smaller screens.

    @media only screen and (max-width: 767px) {
      /* Add your Mobile Styles here */
      .responsive #top .avia-post-nav {
        display: block;
      }
    }

    Please toggle or temporarily disable the Enfold > Performance > File Compression settings after adding the css code.

    Best regards,
    Ismael

    #1309853

    Hi Ismael,

    that worked perfekt – thanks!

    Best regards
    Knutnik

    #1309863

    Hi,

    I’m glad this was resolved. If you need additional help, please let us know here in the forums.

    Best regards,
    Jordan Shannon

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘Portfolio navigation on mobil’ is closed to new replies.