Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1413610

    WPH2o
    Participant

    Hello,

    I searched the forum and I might be the only one who wants this.

    Page titles and breadcrumbs share the same line.

    I want to stack them, the same way titles and menus can stack.

    What CSS can I use to cause the breadcrumbs, to be on their own line, below the page title?

    The site I’m working on is offline, so there’s no ability to login to see it.

    Using Renew 3.

    Thank you,

    Chris

    #1413878

    Jade
    Moderator

    Hi Chris,

    Please add this code in the customizer:

    .x-breadcrumb-wrap a,
    .x-breadcrumb-wrap span {
        display: inline-block;
        padding: 5px 8px;
    }

    Hope this helps.