FAQ Title Formating
-
A few of my FAQ titles are longer than one line. For those longer than one line the title displays with an empty line next to the expand/collapse icon and the title text appears on the second and third lines. I want to get rid of the empty line so that they all start on the same line as the expand/collapse icon.
-
Hi,
Sorry for late reply, Can you please share me your FAQ page url?
Thanks
Add this css in your FAQ custom css field –
#wpsm_accordion_3662 .ac_title_class{ display: inline; line-height: 1.4; }Try it and then let me know.
Thanks
Yes, that removed the blank line, but now it looks like I need a tweak to make the text on the wrapped line align with the first line of text. Not sure if I described that correctly. You’ll have to look at it.
Thanks again!Add this css also –
#wpsm_accordion_3662 .wpsm_panel-title a{ padding-left: 50px; } #wpsm_accordion_3662 .ac_open_cl_icon{ position: absolute; margin-left: -42px; } #wpsm_accordion_3662 .ac_title_class{ padding-top: 5px; padding-bottom: 5px; padding-left: 0px; padding-right: 10px; border: 0px solid #ddd; font-size: 15px !important; font-family: Open Sans !important; }Try it and then let me know.
Thanks
Thanks! Looks great!
I’ll definitely purchase the pro version or make a donation/contribution. Your time is appreciated.
You are welcome. Rate us if you like this plugin.
Thanks
The topic ‘FAQ Title Formating’ is closed to new replies.