Tagged: Portfolio
Hello,
Having trouble getting portfolio items to have “next” arrows on mobile. I can click to the next item on desktop but not on mobile. I can’t find a setting to change this.
Main page: https://www.beaverislandbrew.com/brews-test/
Would like to be able to scroll through all these items on mobile:
Hey bbjorge,
Please try the following in Quick CSS under Enfold->General Styling:
@media only screen and (max-width: 767px) {
.responsive #top .avia-post-nav {
display: block !important;
}
}
Best regards,
Rikard
Thank you. Unfortunately it does not work.
Hi,
CSS Rikard suggested should worked. If you are using a cache plugin, please make sure to flush the cache. If that does not help, please post WP admin logins here privately so we can look into it.
Best regards,
Yigit
info attached private
Hi,
Thanks! Could you also please switch user role to Administrator? :)
Best regards,
Yigit
Switched to administrator
Hi bbjorge,
Here is the code you can put in Enfold > General Styling > Quick Css, if it does not work, put into themes/enfold/css/custom.css
@media only screen and (max-width: 767px) {
.responsive #top a.avia-post-nav {
display: block;
}
}
If you need further assistance please let us know.
Best regards,
Victoria