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

Col overflow in mobile devices #102

Open
quickonlinetips opened this issue Jan 14, 2023 · 0 comments
Open

Col overflow in mobile devices #102

quickonlinetips opened this issue Jan 14, 2023 · 0 comments

Comments

@quickonlinetips
Copy link

quickonlinetips commented Jan 14, 2023

In the code

@media screen and (max-width: 599px) {
    .container {
        width: 100%;
    }
    .col,
    [class*="col-"],
    [class^='col-'] {
        -webkit-box-flex: 0;
            -ms-flex: 0 1 100%;
                flex: 0 1 100%;
             max-width: 94%;
    }

I had to change in the last line of text
max-width: 100%;
to
max-width: 94%;
as the column was overflowing over the right side on mobile devices. Please check

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