Jay Cage
asked 10 years ago

I noticed that right sidebar not showing in mobile/tablet device, this is very important for me, because that is where I plan to put the adsense on.
Is there a quick fix for that?
And also will I be able to turn off infinite scroll, I actually wants pagination like page 1, 2, 3, 4 and etc.
Thank you

1 Answers
DominicStaff
answered 10 years ago

To display the right sidebar on the mobile/tablet device, below is our instruction:
Firstly, follow the jetpack’s guideline in the Blog article on how to use Edit CSS here. http://cmspioneer.com/designwall/blog/using-jetpack-custom-css-for-your-wordpress-site/
Then add the code to the Edit Css.

.button-show-sidebar {
    display: block;
}

– If you want to turn off infinite scroll, you can log in to Dashboard > Customize > General Settings , then select Disable Use Infinitescroll in postcontent
Hope this helps !

Powered by DW Question & Answer Pro