Hello,
1. div.blog-unit-meta-bottom (or Prev Next bar, as I call it) has a 100% width on mobile on gallery post pages
2. For mobile, it has a limited width of 80% on standard post pages, and I don’t know why. I didn’t change anything recently for this code, BUT I had to use this from you guys to make the div visible for standard posts.
.blog-unit-meta-bottom .arrow-item {
opacity: 1;
display: inline-block;
transform: translateX(0px);
}
It would be of great help if you could look into CSS, because I couldn’t find any problems…