jimsweb
Chevereto Member
when i edited the below code to make it fixed width, the line below top bar still covers the hole screen. can anyone please advise, how to make it same as fixed width? i can see that the line below 'most recent' and 'most viewed' links are fixed. Can this line be created under top bar to give a uniform visual appeal to cevereto installation? please advise.

Code:
@media (min-width: 992px) and (max-width: 1920px) {
.content-width {
max-width: 1400px;
}
}
@media (min-width: 1921px) and (max-width: 2560px) {
.content-width {
max-width: 1400px;
}
}
@media (min-width: 3840px) {
.content-width {
max-width: 1400px;
}
}
