bkrztuk wrote:Could you mark which space you mean on this screenshot ? I don't see any big margins or padding on your website.
body { padding: 0 !Important }
bkrztuk wrote:The padding comes from bootstrap.responsive.css stylesheet which is not included by our template which means that it comes from some 3rd party extensions which are beyond our support. To reset this styles please add this this to mobile.css file
- Code: Select all
body { padding: 0 !Important }