Home Forums Total Slider text always in one line

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #1509
    rlend
    Participant

    Thanks for your nice theme.

    Regarding home slider text description,
    I want to express my description text always in one line,
    not be wrapped/broke even when browser size is changed.

    Even though text may be hidden by the browser.

    Please kindly advise.

    #1535
    Hash
    Keymaster

    Hi,

    Add the below CSS

    
    .ht-slide-cap-desc{
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    }
Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.