New Landing How can we help? Themeforest Theme Support Neighborhood Post navigation is broken in mobile devices

Viewing 5 posts - 1 through 5 (of 5 total)
  • #143306
    becurious
    Member
    Post count: 15

    Hi.

    In mobile devices, posts navigation is broken like image attached.

    it seems…. the problem is related with responsive feature.

    how can I solve this problem??

    Attachments:
    You must be logged in to view attached files.
    #143409
    Kyle – SUPPORT
    Moderator
    Post count: 35880

    Hi

    Add this to your custom css:

    .pagination-wrap.blog-pagination div {
      white-space: pre-line;
    }

    – Kyle

    #143417
    Mohammad – SUPPORT
    Moderator
    Post count: 27441

    Hi,
    Please use this custom css code:-

    @media only screen and (max-width: 479px) {
    .pagination-wrap .nav-previous {
        float: left;
        max-width: 100% !important;
        text-align: left;
        text-overflow: ellipsis;
        white-space: normal !important;
        width: 280px !important;
    }
    
    .pagination-wrap .nav-next {
        float: left;
        max-width: 100% !important;
        text-align: right;
        text-overflow: ellipsis;
        white-space: normal !important;
    }
    }

    Thanks
    Mohammad

    #144151
    becurious
    Member
    Post count: 15

    CSS works very well.

    Thanks !!

    Have a nice day.

    #144156
    Mohammad – SUPPORT
    Moderator
    Post count: 27441

    Hi,
    I am glad that your all issues resolved.
    Thanks
    Mohammad

Viewing 5 posts - 1 through 5 (of 5 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