Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

make it work like google plus columns #204

Open
mr-shady opened this issue Nov 27, 2015 · 1 comment
Open

make it work like google plus columns #204

mr-shady opened this issue Nov 27, 2015 · 1 comment

Comments

@mr-shady
Copy link

hi Adam, you have done a great job 👍
I'm trying to make 2 column div's like google plus post
with help of your plugin and bootstrap 3
in past 3 days i tried about 50 plugin that do job like your plugin
my code is something like this :

<div class="main">
    <div class="col-sm-12 col-md-12 have-margin item" > 
        blah blah blah
    </div>
    <div class="col-sm-12 col-md-12 have-margin item" > 
        blah blah blah
    </div>
<div class="col-sm-12 col-md-12 have-margin item" > 
        blah blah blah
    </div>
<div class="col-sm-12 col-md-12 have-margin item" > 
        blah blah blah
    </div>
<div class="col-sm-12 col-md-12 have-margin item" > 
        blah blah blah
    </div>
</div>

i want to make this .item div;s to be 2 separate column
your plugin did this very good but id don't want it to split .item content look at this ( http://imgur.com/sQDdXcQ )
in the image i marked 2 part of page these are actually in same .item div but your plugin splited that into two different div
i hope you understand my problem and what i want to do .
just columnize the .item not inside of it !
please help :(

@adamwulf
Copy link
Owner

take a look at the "dontsplit" option in the docs, it lets you specify which nodes you want to disallow from being split during the columnize.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants