MyBB Support

Making forum container thinner

Submitted by e8iw2f3, , Thread ID: 96670

Thread Closed
e8iw2f3
Member
Level:
1
Reputation:
17
Posts:
177
Likes:
13
Credits:
156
26-07-2018, 07:40 PM
#1
So, having an issue with my forum container to make it thinner

When I make the width: 85% in #content it looks like this:

https://gyazo.com/44c28c59603c802bd63e96f228438cc4


How can I make it so everything is at 85%?

Code:
.container {
    text-align: left;
    line-height: 1.4;
    margin: 0;
    font-family: 'Roboto', sans-serif;
    font-size: 13px;
}

#content {
background: #202020;
padding: 15px 20px;
border-bottom: 1px  solid #111;
overflow: hidden;
margin: 0 auto;
}

Users browsing this thread: 1 Guest(s)