Home › Forums › CSS › Fit the whole container › Reply To: Fit the whole container
February 9, 2017 at 8:00 am
#251336
Member
I’m not entirely sure how this is suposed to look but I’d start with the padding and fixed widths
#primary > div:nth-child(1) {
padding: 3%;
background: rgba(225, 224, 224, 0.3)!important;
}
@media (min-width: 1200px)
resortica-lite.…r=27062016:862
.container {
width: 1170px;
}