Why are the portfolio user-interface previous and next portfolio entry disappearing on table and mobile views? I can’t see anything custom to the mobile-only view within my custom.css file that could have contributed to this? Is it a default setting within Enfold I can mod?
Erased everything from my custom.css file and still prev/next portfolio interface elements don’t show in portrait view. I understand space is limited but other options such as via singular main nav link, nav subcategory drop-down or portfolio component (with thumbnail listings) I don’t want.
Your help is appreciated!
Hey!
Please add following code to Quick CSS in Enfold theme options under Styling tab
.responsive #top .avia-post-nav {
display: block;
}
Regards,
Yigit
Brilliant! And I simply created a slimmed down version of the UI for tablets and mobiles where lower screen density applied! :)