When I insert a gallery with more pages, on smartphones there is a visual glitch
Is there a way to fix this by myself?
Or maybe you should fix this problem in future updates?
I think if i have for example 15 pages i should see something like 1,2,3,,…15 Page 4 from 15
Hey Gaso,
Could you post a link to where we can see the problem please?
Best regards,
Rikard
Here is a link where you could see the problem;
Check it on Smartphone.
I presume there is a problem, depending on the amount of pages also on a tablet.
Hi,
Thanks for the link. Please try the following in Quick CSS under Enfold->General Styling:
@media only screen and (max-width: 990px) {
.pagination-meta {
min-width: 100%;
padding-left: 0;
}
}
Best regards,
Rikard
Thanks for your help,
this solved the glitch;