Tagged: mobile navigation
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
Hey Havi,
Can you post a link to your site please?
Best regards,
Josue
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
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
Hi Yigit!!
Woohooo!!!! Awesome!!!
Thank you so much!!!!
Warmly,
Havi :)