Tagged: 

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

    In Responsive Mode- there is no navigation to go next and previous

    I tried out my site on my iphone and looked at a page, but then was stuck.
    I would like to make it easier for people to move to the next project on responsive easily.

    (I used the back button on the iphone but it made my site freeze)

    #628138

    Hey kbarranco,

    Thank you for using Enfold.

    Are you referring to the navigation for posts and portfolio items? Please provide a link to the page with the navigation. Add this in the Quick CSS field to force the side navigation to be displayed on mobile:

    @media only screen and (max-width: 767px) {
    .responsive #top .avia-post-nav {
        display: block;
    }
    }

    Best regards,
    Ismael

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