• Resolved yerihs

    (@yerihs)


    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.

    https://wordpress.org/plugins/faq-responsive/

Viewing 7 replies - 1 through 7 (of 7 total)
  • Plugin Author wpshopmart

    (@wpshopmart)

    Hi,

    Sorry for late reply, Can you please share me your FAQ page url?

    Thanks

    Thread Starter yerihs

    (@yerihs)

    Sure.

    https://www.rocklegendscruise.com/faq-test/

    Password: faqtest

    Thanks!

    Plugin Author wpshopmart

    (@wpshopmart)

    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

    Thread Starter yerihs

    (@yerihs)

    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!

    Plugin Author wpshopmart

    (@wpshopmart)

    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

    Thread Starter yerihs

    (@yerihs)

    Thanks! Looks great!

    I’ll definitely purchase the pro version or make a donation/contribution. Your time is appreciated.

    Plugin Author wpshopmart

    (@wpshopmart)

    You are welcome. Rate us if you like this plugin.

    Thanks

Viewing 7 replies - 1 through 7 (of 7 total)

The topic ‘FAQ Title Formating’ is closed to new replies.