Okay
  Public Ticket #3772234
Sticky Headline
Closed

Comments

  • haonas started the conversation

    Hello,

    is there a way to edit the Sticky headline in order to include the full title of the post? The default behaviour is cutting the title and ads elipsis symbol.

    Regards

  •  213
    Theme Ruby replied

    Hi,

    Yes, if the title is too long, it will be truncated to maintain the height of the sticky header for consistency.

    If you want to display the full title, it is possible with custom CSS code. However, we do not recommend this, as the sticky header will occupy more space at the top, potentially making it harder for readers to focus on the content.

    Let us know if you have any further questions.

    Best regards,

  • haonas replied

    Here is the way i fixed it. I'm sharing it in case somebody else will look for a way to achieve this:

    .s-title-sticky-left .sticky-title {
    overflow: visible;
    text-wrap: wrap;
    line-height: 1.3;
    max-width: 85%;
    }


  •  213
    Theme Ruby replied

    Thank you for sharing your solution! If you need further assistance, don't hesitate to let us know.

    Best regards,