Hi ,
We are using confluence 5.0.7 . We want to limit page width.
We tried
#splitter-content {
width: 980px;
}
but it is hidden by
element.style{
width: 1168px;
}
So my change did not applied. Is there any way to achieve it?
Hi!
If you add !important, your CSS will be applied.
#splitter-content { width: 980px !important; }
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.