NnikoslavsOct 4, 2017
How can we decrease padding on mobile devices, so we can have bigger wrapper width on mobile devices?
Thank you in advance
1 reply · opened Oct 4, 2017
How can we decrease padding on mobile devices, so we can have bigger wrapper width on mobile devices?
Thank you in advance
Hello,
The #wrapper is already set to 100% Width on Mobile Devices. You can simply use the following code to make the .container fluid
.device-xxs .container {
width: 100%;
min-width: 280px;
}This should definitely work fine. Hope this Helps!
Let us know if we can help you with anything else or if you find any further issues.
Have the same question, or something new?
Sign in to the Canvas dashboard to reply or open your own topic. Canvas owners get direct help from the SemiColonWeb team.
Reply on the dashboard