Hi.
How do I display Previous / Next at the bottom not only to top?
Thank you
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
thank you
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;
}
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