Best Premium and Free WordPress Themes › Forums › Online Shop › How to put the slider in full width in mobile devices › Reply To: How to put the slider in full width in mobile devices
March 19, 2018 at 10:22 pm
#27077
Keymaster
Hello Nicolas,
Can you try this CSS
div#content {
width: 100%;
}
.site-content aside {
max-width: 1200px;
margin: 0 auto;
}
We are not sure if the provided CSS code work well, We suggest you to create child theme and modify the theme, you can hire developer or hire us to customize the code.
Thanks!