Remove border from page [closed]

-1

Hello, I would like to know how I can remove the borders between the page and the background .. I would like to leave the complete content --- No Negative if you can not help ... The basic question is what I did.

The wrapper code looks like this

.responsive .inner { max-width:1310px; background: #e2e2e2; width:auto; margin:0 auto; }

I would like to remove this green leftover

About the main code

.wrapper { padding: 0; min-width:1310px; background: #fff; margin:0 auto; }
.boxed-layout .wrapper  { width:1310px; background: #FFF; margin:0 auto; }
.inner { width:1280px; position:relative; margin:0 auto; /* main width */ }
.responsive .inner { max-width:1280px; border: 0; background: #e2e2e2; width:auto;}
body.responsive.isMobile .wrapper { overflow:hidden; }

When I put in boxed the site is borderless but I need to use .responsive .inner

Solved, put in boxed mode and set up his code .boxed-layout .bg-shadow {max-width: 1280px; width: auto; margin: 0 auto; Thanks in advance. Thanks

    
asked by anonymous 14.09.2017 / 04:11

1 answer

1

Hello, just put border: none;

    
14.09.2017 / 05:16