Thread Starter
Smaele
(@smaele)
Hi Phil,
Got the right align resolved this way:
.accordion-title:after {
font-family: FontAwesome;
content: "\f138"; /*chevron-circle-right*/
float:right;
}
.accordion-title.open:after {
content: "\f13a"; /*chevron-circle-down*/
}
Thread Starter
Smaele
(@smaele)
Hi Phil,
Thank you for your quick response. This is working!
I hardly dare ask: how do I get it right aligned?