Loading...
 
Skip to main content

New Themes


how to change the width of left side column

posts: 1

hi. i am using tikipedia theme
i want to change the width of left side column.
Can you tell me how to do that?

fix already thx 😊
//adjust the box will change the left column width

div.box {
border: none;
margin: 0 0 .5em;
padding: 0;
float: none;
width: 11.6em;
overflow: hidden;
width: 135px;
}

There are no comments at this time.