I'm sure it is something simple
Hi. Not that very simple, but not too difficult.
.layout-boxed .body-innerwrapper {
background: transparent;
box-shadow: none;
}
.container {
max-width: 1000px;
padding-inline: 5px;
}
#sp-header {
box-shadow: none;
}
#sp-main-body {
padding: 155px 0px 0px 0px; /*padding-top = header height*/
margin: 0; /*margin not need*/
}
#sp-main-body .container, #sp-footer .container {
background-color: rgba(255,255,255,0.7);
}
#sp-main-body .container {
padding-top: 15px;
border-radius: 5px 5px 0 0;
}
#sp-footer .container {
border-radius: 0 0 5px 5px;
}
Tip:
