New Landing How can we help? Themeforest Theme Support Supreme Issue with navigation on Blog Posts

Viewing 4 posts - 1 through 4 (of 4 total)
  • Posted in: Supreme
  • #11178
    pasturebraised
    Member
    Post count: 17

    Hello, I’m having an issue with the navigation at the bottom of my blog posts. I sometimes use long titles and would like to have either the pervious or next navigation links moved a little up or down so prevent overlap. Please look at the attached image for example.

    Thanks,

    #11189
    kindtrepreneur
    Member
    Post count: 27

    Just like you I used to have the same issue. Then I was told to add this to the Custom CSS box within the supreme theme options:

    .nav-previous span, .nav-next span {
    max-width: 95%;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    display: inline-block;
    }

    I hope this is the one you are looking for.

    #11211
    pasturebraised
    Member
    Post count: 17

    Thanks, just tried that but it didn’t seem to work…

    #11247
    Cosmin – SUPPORT
    Member
    Post count: 3851

    That’s the default CSS they’re using.

    Try this instead:

    .nav-previous span, .nav-next span {
        white-space: pre-wrap !important;
    }

    Regards,
    ————————————————————————————————————

    Cosmin – Support

Viewing 4 posts - 1 through 4 (of 4 total)

You must be logged in and have valid license to reply to this topic.

License required for one of the following items
Login and Registration Log in · Register