Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #640052

    Hi guys!!

    Hope you are doing great! Quick question. How do I enable the page sidebar navigation on mobile without having the sidebars enabled?
    (I am referring to how I can navigate to the next or previous post when on desktop with the hovering link on the side)

    I would like to give mobile visitors the option to go to the next page without having to scroll all the way to the bottom of the page.

    If this is not possible, do you know of a plugin that would do it?

    Thank youuuuuu!!

    Warmly,

    Havi

    #640067

    Hey Havi,

    Can you post a link to your site please?

    Best regards,
    Josue

    #640611

    Hi Josue!!

    Of course!! Here’s the website: http://bodasyweddings.com

    I would more than likely add the same to all of my wordpress clients (they are all on Enfold) ;)

    Warmly,

    Havi

    #640612

    Hi,

    Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child themes style.css file:

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

    Best regards,
    Yigit

    #642320

    Hi Yigit!!

    Woohooo!!!! Awesome!!!

    Thank you so much!!!!

    Warmly,

    Havi :)

Viewing 5 posts - 1 through 5 (of 5 total)
  • The topic ‘Sidebar Navigation on Mobile Question’ is closed to new replies.