Collapse

Toggle the visibility of content across your project with a few classes and our JavaScript plugins.

Bootstrap Documentation

Examples

Stacked

On Profit theme, there are so many designs as well element options. There are various types of demos like business, agency, startup, sass, mobile app, marketing, classic etc. You can get very quick response if you get any issue or stuck with the theme.

We're trying to update Profit regularly and definitely you will receive a huge update in the future. Profit has used a default bootstrap design style so you can easily customization which you want. It's a responsive design with high quality.

Yes, It's a fully responsive design and also checked with w3c validation, responsive design and all major browser cross checking. There are so many demos included and Profit code structure is user friendly so you can manage element with any demos.

<div class="accordion" id="accordionOne">
    <div class="card">
        <div class="card-header" id="headingOne">
            <h2 class="mb-0">
                <button class="btn btn-link mb-0 text-dark" type="button" data-bs-toggle="collapse" data-bs-target="#collapseOne" aria-expanded="true" aria-controls="collapseOne">
                                          How many types of demo included?
                                        </button>
            </h2>
        </div>

        <div id="collapseOne" class="collapse show" aria-labelledby="headingOne" data-bs-parent="#accordionOne">
            <div class="card-body lh-lg">
                On Profit theme, there are so many designs as well element options. There are various types of demos like business, agency, startup, sass, mobile app, marketing, classic etc. You can get very quick response if you get any issue or stuck with the theme.
            </div>
        </div>
    </div>
    <div class="card">
        <div class="card-header" id="headingTwo">
            <h2 class="mb-0">
                <button class="btn btn-link mb-0 collapsed text-dark" type="button" data-bs-toggle="collapse" data-bs-target="#collapseTwo" aria-expanded="false" aria-controls="collapseTwo">
                                          Can I receive any updates in the future?
                                        </button>
            </h2>
        </div>
        <div id="collapseTwo" class="collapse" aria-labelledby="headingTwo" data-bs-parent="#accordionOne">
            <div class="card-body lh-lg">
                We're trying to update Profit regularly and definitely you will receive a huge update in the future. Profit has used a default bootstrap design style so you can easily customization which you want. It's a responsive design with high quality.
            </div>
        </div>
    </div>
    <div class="card">
        <div class="card-header" id="headingThree">
            <h2 class="mb-0">
                <button class="btn btn-link mb-0 collapsed text-dark" type="button" data-bs-toggle="collapse" data-bs-target="#collapseThree" aria-expanded="false" aria-controls="collapseThree">
                                          Is it fully responsive design?
                                        </button>
            </h2>
        </div>
        <div id="collapseThree" class="collapse" aria-labelledby="headingThree" data-bs-parent="#accordionOne">
            <div class="card-body lh-lg">
                Yes, It's a fully responsive design and also checked with w3c validation, responsive design and all major browser cross checking. There are so many demos included and Profit code structure is user friendly so you can manage element with any demos.
            </div>
        </div>
    </div>
</div>
Summary