Skip to content
This repository was archived by the owner on Aug 10, 2024. It is now read-only.
This repository was archived by the owner on Aug 10, 2024. It is now read-only.

Compability with Bootstrap griding #14

@lgt

Description

@lgt

Hi I try to use this cool snippet with bootstrap griding but doesn't seems to work together. What should I change to make it usable? so my murkup looks like

<nav id="sidebar-nav" role="navigation">
    <div class="block">
        <h2 class="block-title"></h2>
        <?php bones_main_nav(); ?> 
        <a class="close-btn" id="nav-close-btn" href="#top">Return to Content</a>
    </div>
</nav>

<div id="right_sidebar_widgets">
    <?php dynamic_sidebar('sidebar1'); ?>
</div>

if I remove class="col-md-3 col-sm-3" than it's working but the griding is out

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions