Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums CSS Fit the whole container Reply To: Fit the whole container

#251336
Paulie_D
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;
}