Home Forums Pro Themes University Hub Pro News Ticker – Can we increase the number of characters displayed?

Tagged: 

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #51929
    Maru Ririnui
    Participant

    Is there a way to increase the number of characters (from the post titles) that are displayed in the news ticker at the top of the homepage?

    #51940
    wensolutions
    Keymaster

    Hello @mririnui,

    To increase the width of the ticker area to show more words from the title, please paste in the following custom CSS in your Admin Dashboard > Appearance > Customize > Additional CSS :

    .top-news {
        width: 75% !important;
    }
    
    #news-ticker {
        width: calc( 100% - 75px ) !important;
    }

    Hope this helps,

    Best Regards !!

    #51956
    Maru Ririnui
    Participant

    Thank you very much for the quick reply – all sorted now.

    #51963
    wensolutions
    Keymaster

    Hello @mririnui,

    Glad to know your issues has been resolved.

    If you have any queries further, please send us your queries and we will happily help you further.

    We would also really appreciate it if you could help us further by reviewing our free theme on WordPress Repository at :

    https://wordpress.org/support/theme/university-hub/reviews/#new-post

    Best Regards !!

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.