Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #1486487

    hi guys,

    I need to get the side arrow nav working on the mobile version for portfolio pages as such as this one:

    I have the sidebar on smartphones option on, and have added. hits code I found online:\

    @media only screen and (max-width: 767px) {
    .responsive #top .avia-sidebar-wrapper {
    display: block; /* Or adjust to your desired layout */
    }
    }

    That however made no difference so I deleted it.

    Is here some more recent css I Need r another setting which needs a tweak?

    Thank

    #1486495

    Hey tonyiatridis,

    Thanks for the inquiry.

    You can use this css code to display the post navigation on mobile view:

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

    Make sure to toggle or temporarily disable the Enfold > Performance > File Compression settings and purge the cache.

    Let us know the result.

    Best regards,
    Ismael

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.