The post navigation looks normal out of the box on desktop, but when the screen size get’s smaller, it looks like this:
I tried almost every css alignment option, but nothing helped. What can I do?
The post navigation looks normal out of the box on desktop, but when the screen size get’s smaller, it looks like this:
I tried almost every css alignment option, but nothing helped. What can I do?
Anyone got a fix for this? I’ve searched the forum and facebook to no avail on a fix.
Try something like this:
.brxe-post-navigation a {
width: 50%;
}
.brxe-post-navigation .next-post {
margin-top: 0 !important;
}
If it doesn’t work, feel free to share a link to the site with the issue.
this answer is a bit late but I needed it just now and can say it works