This topic has 6 replies, 2 voices, and was last updated 4 years, 4 months ago ago by Rose Tyler
Hi,
The previous / next product thumbnails stopped showing on my single product page. Can you tell me how to fix this?
Thank you!
Hello,
I do not see the problem http://prntscr.com/tizqbm Clear cache and check one more time.
Regards
There seems to be a problem with the way the elements align. On my screen, on 100% zoom level in the browser, it shows like this: https://prnt.sc/tizzhp . Only when i set the browser zoom level at 90%, they show up: https://prnt.sc/tizztp .
What is the size of your screen? What browser do you use?
Regards
My notebook: 13.3 inch. I tested on all major browsers, no luck. It used to show up just fine.
Add the next code in Theme Options > Theme Custom CSS > Global custom CSS:
@media only screen and (max-width: 1300px) {
.posts-navigation {
display: block;
}
}
@media only screen and (max-width: 992px) {
.posts-navigation {
display: none;
}
}
Regards
You must be logged in to reply to this topic.Log in/Sign up