Hi, is it possible to see full title in accordion moodule? thanks
can you help me please
librandi Hi I check the possible option for this, it needs to increase the height for the title container and it will not work for one title, the height will increase for all title that makes the title box messy. More good option on this is if you will use a module position that has the more width to show the title.
thank you, how I can increase the height for the title container?
librandi Hi Add this code in custom.css file
.acm-accordion .panel-title a {height: 99px; line-height: 23px; overflow: visible; text-overflow: ellipsis; white-space: inherit;}
play with height value on the code to set the content based on you site.