Thanks for your help Christine!
I created the custom link for “other” like you said, and it worked perfectly.
On the overflow issue, I’m still a little confused. I looked for what you posted under appearance>editor>style.css and I couldn’t find anything that looked exactly like what you showed me. I did however find too uses of “overflow: hidden;” They were:
.screen-reader-text {
clip: rect(1px, 1px, 1px, 1px);
position: absolute !important;
height: 1px;
width: 1px;
overflow: hidden;
and
.site-main .post-navigation {
margin: 0 0 1.5em;
overflow: hidden;
Am I looking in the right place?
It is good to know that “overflow: hidden;” is what is causing the problem, but how do I fix the problem? Do I just remove “overflow: hidden;”? If so, do I remove it in both the places I found it? Are the places I found it even the right places?