Reply To: Arrow position in previous/ next post navigation

Home Forums Support Arrow position in previous/ next post navigation Reply To: Arrow position in previous/ next post navigation

Home Forums Support Arrow position in previous/ next post navigation Reply To: Arrow position in previous/ next post navigation

#157682
Tom
Lead Developer
Lead Developer

Hi Larry,

This CSS should help:

.nav-next .next:after {
    content: "\f105";
    font-family: FontAwesome;
    font-weight: normal;
    font-style: normal;
    display: inline-block;
    text-decoration: inherit;
    position: relative;
    margin-left: 0;
    width: 13px;
    text-align: center;
}

.nav-next .next:before {
    display: none;
}