- This topic has 1 reply, 2 voices, and was last updated 7 years, 10 months ago by Hash.
Viewing 2 posts - 1 through 2 (of 2 total)
- AuthorPosts
- December 29, 2016 at 7:38 pm #1509rlendParticipant
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.
January 4, 2017 at 11:50 pm #1535HashKeymasterHi,
Add the below CSS
.ht-slide-cap-desc{ white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
- AuthorPosts
Viewing 2 posts - 1 through 2 (of 2 total)
- You must be logged in to reply to this topic.