This topic has 2 replies, 2 voices, and was last updated 6 years, 11 months ago ago by Rose Tyler
I’m on iPhone IOS version 11 and the bottom pagination on blog post is jumbled: https://cl.ly/pJcb
How can I fix that?
Hello,
We will fix this in one of next theme updates, as a temporary solution, please add this code in custom css:
@media only screen and (max-width: 480px) {
.articles-pagination .et_coutn-posts {
position: static;
margin-bottom: 0;
}
.articles-pagination {
text-align: center;
}
}
Regards
You must be logged in to reply to this topic.Log in/Sign up