Hi, I have 4 portfolio items on a page. The forward and back arrows work on all but one of the portfolio items.
It only happens on desktops, laptops and tablets. Not on my mobile.
I hope you can help me.
Hello @sarahlouisewaterhouse,
Thanks for writing to us.
In order to get the portfolio arrow to work on the mobile device I would suggest you please add this custom CSS code under the global CSS box.
@media (max-width: 766.98px){
.single-post .x-nav-articles {
display: block !important;
}
}
The purpose of providing custom CSS is to show you how to add CSS code to your site. Writing custom CSS is outside the scope of our theme support. If you need more customization, you need to learn CSS and learn how to use the browser’s element inspector.In case if you have no idea about coding you can subscribe to One where customization questions are answered.
Hope it helps.
Thanks
By withdrawing the post, I believe you already have resolved the issue. If the issue still existed, you can let us know.
Thanks.
This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.