• Resolved kilinkis

    (@kilinkis)


    hello guys, great plugin!
    is it possible to show the FAQs in a two column layout?

    thanks!

Viewing 2 replies - 1 through 2 (of 2 total)
  • Hello,

    Thanks for the appreciation.

    That’s probably possible. You can try setting the width of each faq div to 50% using the following custom CSS. (found in Settings–>Custom CSS)

    
    .ufaq-faq-div {
    width: 50%;
    float: left;
    clear: none;
    }
    
    Thread Starter kilinkis

    (@kilinkis)

    thanks!

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

The topic ‘two columns layout?’ is closed to new replies.