Hi Guys
Please can you tell me how I am able to display the full title of a post in the main Ethos Slider (not post slider) X theme. I have scanned the forum and sadly it’s not been addressed.
Much appreciated.
Burnt!
Hi Guys
Please can you tell me how I am able to display the full title of a post in the main Ethos Slider (not post slider) X theme. I have scanned the forum and sadly it’s not been addressed.
Much appreciated.
Burnt!
Hi There,
Thanks for writing in!
If you are talking about top header slider then you can do this via CSS.

Please add this following CSS to your Theme Option -> CSS and let us know if that work.
.h-entry-cover {
top: auto !important;
bottom: 0px;
}
.h-entry-cover span {
text-overflow: initial !important;
white-space: normal !important;
}
Hope this helps!
Thanks
Perfect! Thank you very much! 
You’re welcome. 
This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.