Archived topic
Single post Next-Previous navigation handle linebreaks
5 replies · Started by Ola on January 11, 2021
Hi (again)!
I want to adjust the previous/next navigation below the single blog posts.
I've used the code for svg to get them on opposite sides (https://docs.generatepress.com/article/inline-post-navigation/) (and also additional code to increase font size).
When a page title linebreaks, the arrows goes out of sync and the text on the additional lines are not indented to start in line with the text above. (see https://www.stag1.ikigai.se/malarbete/det-finns-alltid-ett-mal-till/ )
How can I adjust this?
Best regards,
/Ola
Hi there,
try adding this CSS:
.post-navigation .nav-previous {
display: flex;
}
Brilliant!
How can I increase the size of the arrow fonts to better correspond to the larger area?
Best regards,
/Ola
Try this CSS:
#nav-below .gp-icon svg {
height: 1.5em;
}
Great!
Thanks! Awesome support!
/O
Glad to be of help.