Shape 5

Wordpress Club Themes => Charlestown - Club => : biru32 January 26, 2017, 04:17:31 AM



: Increase height of FAQ box
: biru32 January 26, 2017, 04:17:31 AM
Hi, I see that there is a div for the FAQ size: ac-small, ac-medium, ac-large. However, the large isn't large enough. Is there a way to increase the height of the FAQ accordion box? I believe within the Joomla module, the FAQ automatically sizes according to the content, but within WordPress, this doesn't appear to be the case. Here is a link to my issue:

http://www.colorsonparade.com/COP2017/services-customers

Thanks for the awesome flexible themes!

Jason


: Re: Increase height of FAQ box
: Tristan Rineer January 26, 2017, 03:56:44 PM
I wasn't sure how the inline accordion is set up, as it's the same code that was originally created for Joomla and actually didn't need any changes to make it work on WP; so I asked one of the Joomla developers.

Apparently even the Joomla version doesn't automatically resize, but the CSS you'll want to adjust is very easy:

In the css/template.css file, around line 1679:
:
.ac-container input:checked ~ article.ac-large, .ac-container2 input:checked ~ article.ac-large2 {
    height: 230px;
}

Just adjust the height as-needed.


: Re: Increase height of FAQ box
: biru32 January 27, 2017, 02:06:40 AM
Cheers! Thanks again for the awesome framework!

Jason