Forums

Articles
Create
cancel
Showing results for 
Search instead for 
Did you mean: 

How to limit page width on confluence documentation theme

vijaya reddy January 21, 2014

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?

1 answer

1 accepted

1 vote
Answer accepted
Silviu Burcea
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
January 21, 2014

Hi!

If you add !important, your CSS will be applied.

#splitter-content {

  width: 980px !important;

}

vijaya reddy January 21, 2014

Thanks Silviu. It worked.

Suggest an answer

Log in or Sign up to answer
TAGS
AUG Leaders

Atlassian Community Events