Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #898054

    Hi.
    How do I display Previous / Next at the bottom not only to top?
    Thank you

    #898452

    Hey vasileandrei,

    Can you give us temporary admin access to your website in the private content box below, so that we can have a closer look?

    Best regards,
    Victoria

    #898458

    thank you

    #898549

    you mean the prev / next navigation on the side when a post/portfolio single is opend?

    this rule is for shifting these “navigation-buttons”:

    #top .avia-post-nav, #top .avia-post-prev {
        top: 55%;
    }

    you can even do this:

    #top .avia-post-nav, #top .avia-post-prev {
        bottom: 50px !important;
        top: inherit;
    }
    #898983

    Hi,

    Thanks for helping out @guenni007, did you try that out @vasileandrei?

    Best regards,
    Rikard

    #898986

    Hi vasileandrei,

    That is added by the plugin, you might want to look into their documentation and/or write to their support.

    Best regards,
    Victoria

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