Edge off the page

Asked

Viewed 62 times

-1

Hi, I’d like to know how I can remove the edges that were left between the page and the background.. I would like to leave the full content --- No Negative if it can’t help ... The question is basic that I asked.

Gostaria de retirar essa sobra azul

The wrapper code is so

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

I’d like to remove that green leftover

About the code of the main

.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 gets no edge but need to use the .responsive .inner

Solved, put it in Boxed mode and set its code .Boxed-layout . bg-shadow { max-width:1280px; width:auto; margin:0 auto; From now on . Thank you

  • Glove, to remove the edge just put in the CSS of the element border: 0; or remove the edge properties that are in CSS, but we need HTML code and CSS to be able to help you because it is not possible to identify which element is just by this image nor if it really is an edge, it can also be the background other element...

  • I sell a green, not blue rs

1 answer

1

Hello, just put the border: none;

  • Perfect, thank you very much

Browser other questions tagged

You are not signed in. Login or sign up in order to post.