Dear Customers! We're out of the office from the 6th of October to the 11th of October. We sincerely apologize for the inconvenience. For WordPress 5.5.* related issues, please visit this article

Okay
  Public Ticket #1011813
Breadcrumbs Too Long
Closed

Comments

  •  2
    awaidell started the conversation

    When the page is in tablet view the title and breadcrums overlap. Shouldn't the breadcrumbs automatically shorten if the page titles are too long?

  •  2
  •  255
    Joanna replied

    Hi awaidell,

    No the breadcrumbs do not automatically shorten on smaller screens. The issue you are seeing there is that you have quite a long title which is making the text not align as it should when on a responsive size. 

    But that's no problem as we can sort you out with some extra CSS to resolve this

    Try this snippet I've made:

    @media only screen and (max-width: 1000px) {
    #breadcrumbs {
        position: relative;
        text-align: center;
        left: 0px;}
    #page-title .page-title-holder {
        margin:0 auto;}
    #page-title h1 {
        position: relative;
        text-align: center;
        vertical-align: middle;}
    }
    

    Copy and paste into Waxom > Advanced > Custom CSS Styling box.


    Kind regards,
    Joanna
    Veented Support

    Find a helpful article for your theme here: https://veented.ticksy.com/articles/#article-categories

    Check out our latest article: How to Improve Page Loading Times

    Don't forget to hit the like button below if you are happy with your support answer :)