Bootstrap grid

Hi,

Does X or Pro has bootstrap? I need to make custom pages, wondering if they’ve it? If not then how can I create layouts easily without CS?

Thoughts?

Thx

-Alex

Hello Alex,

Thanks for asking. :slight_smile:

Bootstrap is not included in the theme. If you would like to include Bootstrap, please take a look at following thread

Can you share some details on the kind of layout you are looking at and any specific reasons for not using Cornerstone?

Thanks.

Thanks, do you’ve any guide where I can get famliar to your classes and IDs to create grids easily?

Hello Alex,

We do not have guide to create a section grid. One thing to take note when creating a section with the custom html. Your structure should be like this:

<div class="x-section">
  <div class="x-container max width">
    <div class="x-column x-1-1">
      <p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Integer scelerisque eros eu pulvinar dictum. Nunc egestas massa at elit bibendum, cursus fringilla nunc faucibus. Proin dignissim efficitur nunc a cursus. In luctus mi in nisi condimentum, sed ornare enim tempor. Praesent semper ultricies tellus, rutrum fermentum leo viverra at. Sed a venenatis ante, non aliquam tortor. Aliquam erat volutpat. Curabitur felis elit, rhoncus et molestie in, auctor euismod lorem. Etiam viverra hendrerit metus, vitae ullamcorper metus ultricies ut. Ut eu ex id ligula viverra auctor at quis urna. </p>
    </div>
  </div>
</div>

Points to remember:

  • a column must be inside a row.
  • a row can support up to 5 columns.
  • a row must be inside a section.
  • a section may consists of several rows

For more details, please check this classic shortcodes:
http://demo.theme.co/integrity-1/shortcodes/columns/
http://demo.theme.co/integrity-1/shortcodes/container/

Thank you Rue!

-alex

You are most welcome. :slight_smile:

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.