CSS issue. Can not set width
-
Hi.
I used code bellow.
@media screen and (min-width: 960px) {
.sidebar.s1 {width: 320px}
.sidebar.s2 {width: 240px}
.content {width: 840px}
}The code worked, but broken style because behide of these class, have another class “main-inner group”. How do i change width success way please?
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘CSS issue. Can not set width’ is closed to new replies.