Hey there, looking for some help with your CSS design? Let's take a look at your code snippet:
.container-fluid-1 {
padding: 0;
}
.navbar {
padding: 0 5%;
}
/* More CSS styles here */
It seems like you're struggling with getting your container to stretch the full width on mobile devices. Don't worry, you're not alone. Here are some screenshots to help illustrate the issue:
Here is how it looks on a laptop - exactly what you want.
Here is how it looks on an iPhoneX - the grey background shifting to the left.
Need some assistance troubleshooting this problem? Feel free to reach out for further guidance. Happy coding!
*Note: container-fluid-1
is a CSS class used in the code snippet.