Skip to:
Content
Pages
Categories
Search
Top
Bottom

Re: enlarge sidebar on default theme


modemlooper
Moderator

@modemlooper

you’ve added

.content {

width: 1134px;

}

get rid of that

add this

body {

max-width: 960px;

min-width: 960px;

}

change those sizes to whatever you want the width to be but make them match.

Skip to toolbar