New Landing How can we help? Cardinal Words are breaking on previous article/next article on mobile devices

Viewing 15 posts - 1 through 15 (of 26 total)
  • Posted in: Cardinal
  • #153082
    sorelh
    Member
    Post count: 169

    Hi, when looking at my site on ipad and mobile devices, the words are breaking in my previous article/next article area on my post pages. The words are breaking up to fit the space.

    If you look at the bottom of the post page below, you will see that at the bottom of the page there is a grey area with white text for the previous article/next article.

    http://happyendingnews.co.uk/sport/winston-churchill-wins-race-on-anniversary-of-leaders-death/

    How do I stop the words from breaking and going onto the next line?

    Thanks, Sorel

    #153085
    Kyle – SUPPORT
    Moderator
    Post count: 35880

    Hi

    why would you not want them to break? Otherwise some words will be hidden

    – Kyle

    #153088
    sorelh
    Member
    Post count: 169
    This reply has been marked as private.
    #153102
    Kyle – SUPPORT
    Moderator
    Post count: 35880

    For me the words aren’t breaking?

    – Kyle

    #153113
    sorelh
    Member
    Post count: 169
    This reply has been marked as private.
    #153403
    Swift Ideas – Ed
    Keymaster
    Post count: 15264

    This css will change it to break-word, rather than letter:

    .post-pagination-wrap h2 {
    word-break: break-word;
    }

    1) I don’t see this being cut off, can you provide a screenshot?

    2) Add this css:

    .mobile-browser .comments-likes .love-it-wrapper {
    display: none!important;
    }
    body.category .blog-item .excerpt {
    display: none!important;
    }
    

    3) Have you updated to the latest version of the theme? Looks like there is a JS error on post pages. If you’ve updated and are still having issues then please disable the performance option so that we can see where the issue is.

    – Ed

    #153408
    sorelh
    Member
    Post count: 169
    This reply has been marked as private.
    #153417
    sorelh
    Member
    Post count: 169
    This reply has been marked as private.
    #153420
    Kyle – SUPPORT
    Moderator
    Post count: 35880

    It is for us to continue to support the issue, otherwise it could be something we fixed in the update

    – Kyle

    #153422
    sorelh
    Member
    Post count: 169
    This reply has been marked as private.
    #153423
    Kyle – SUPPORT
    Moderator
    Post count: 35880

    Theme Options > General and click ‘Performance Options’

    – Kyle

    #153425
    sorelh
    Member
    Post count: 169
    This reply has been marked as private.
    #153454
    sorelh
    Member
    Post count: 169
    This reply has been marked as private.
    #153701
    Swift Ideas – Ed
    Keymaster
    Post count: 15264

    The header issue on post pages is very odd – not seen this locally. I’ve attached a fix build, please test this – http://d.pr/f/15PM1/1h2Qy0rq

    1) The link isn’t working for this anymore, can you clarify?

    2) The top bar is hidden on iPad as standard. You can enable it with the following custom css:

    @media only screen and (max-width: 991px) {
    .mhs-tablet-port .header-wrap, .mhs-tablet-port #top-bar {
    display: block!important;
    }
    }

    NOTE: the mobile header will show above the top bar.

    – Ed

    #153708
    sorelh
    Member
    Post count: 169
    This reply has been marked as private.
Viewing 15 posts - 1 through 15 (of 26 total)

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

License required for the following item
Login and Registration Log in · Register