Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • #1091037

    Hi,
    i have a problem with big blog titles. on breadcrumbs they create 3 lines and the third on goes outside the container border. is it possible to be auto and when 3 lines used, to open the height accordingly?

    http://prntscr.com/ncauuj

    #1091420

    Hey pixelize,

    I tested this on my end but I can’t reproduce the same issue.
    Can you give us a link to your site? so we can inspect it.
    You can post the link in private content so it’s only the moderators that can see it.

    Best regards,
    Nikko

    #1091422

    yes. here you are.

    #1091425

    if we could reduce the characters somehow.

    #1091447

    Hi pixelize,

    Can you try adding this css code in Quick CSS, located in Enfold > General Styling:

    @media only screen and (max-width: 767px) {
      .responsive .title_container .breadcrumb {
        position: relative;
        right: auto;
        top: 0;
        margin: 0;
        left: -2px;
      }
    }

    Best regards,
    Nikko

    #1091580

    yes it works fine now.

    i would suggest to put it at a future enfold update.

    Thank you

    #1091589

    Hi pixelize,

    Glad that we could help :)
    We’ll suggest it.
    Thanks for using Enfold and have a great day!

    Best regards,
    Nikko

Viewing 7 posts - 1 through 7 (of 7 total)
  • The topic ‘breadcrumbs height change’ is closed to new replies.