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

Push right only on mobile #44

Open
fortm opened this issue Jul 3, 2016 · 0 comments
Open

Push right only on mobile #44

fortm opened this issue Jul 3, 2016 · 0 comments

Comments

@fortm
Copy link

fortm commented Jul 3, 2016

LOGO needs to be centered on Mobile view taking entire row
And left floated when in large display with rest of columns.
But I am unable to do so using bare simplegrid classes..

       <div class="grid">                   
                <div class="col-3-12 mobile-col-1-1">
                        Logo
                </div>
                <div class="col-9-12 mobile-col-1-1">
                    <ul>
                        <li class="push-right mobile-col-1-2">
                            RIGHT HEADER 1
                        </li>
                        <li class="push-right mobile-col-1-2">
                            RIGHT HEADER 2
                        </li>
                    </ul>
                </div>                                      
       </div>
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

1 participant