Home Page › Forums › Porto – AI Powered WordPress Website & Shop Builder › How do I keep Back to Top chevron button visible on mobile? › Reply To: How do I keep Back to Top chevron button visible on mobile?
May 7, 2024 at 6:34 am
#6766
Hello, @mrv63,
Please copy and paste the below given CSS code to Porto >> Theme Options >> Skin >> Custom CSS and check back to your site after clearing the browser cache of mobile.
@media (max-width: 767px) {
html #topcontrol {
display: inline-block !important;
}
}
Best Regards,
PThemes Team.