Forum Replies Created

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • in reply to: Grid documentation #139033

    Hi,

    i think the columns in the advance layout editor really is limited I am looking at creating post content with a fullwidht template in boxed mode more like in the bootstrap grid, see below:

    Code:

    <div class=”row”>
    <div class=”col-md-2″>.col-md-2</div>
    <div class=”col-md-8″>.col-md-8</div>
    <div class=”col-md-2″>.col-md-2</div>
    </div>

    <div class=”row”>
    <div class=”col-md-1″>.col-md-1</div>
    <div class=”col-md-8″>.col-md-8</div>
    <div class=”col-md-3″>.col-md-3</div>
    </div>

    <div class=”row”>
    <div class=”col-md-3″>.col-md-3</div>
    <div class=”col-md-3″>.col-md-3</div>
    <div class=”col-md-3″>.col-md-3</div>
    <div class=”col-md-3″>.col-md-3</div>
    </div>

    I have tried a few classes and made it partly work but I really need some help to get going, since you have a 12 column grid why not use its full potential?

    This should actually be added to the advance layout editor.

    Could you please help me out so that i can get started.

    in reply to: Grid documentation #139031

    Features and how to apply them?

    in reply to: Color Section #138597

    Or if you have a childtheme simply add:

    Code:
    add_theme_support(‘avia_template_builder_custom_css’);

    to you functions file in your childtheme

Viewing 3 posts - 1 through 3 (of 3 total)