css - change the width of the sidebar in a wordpress layout -


im new wordpress , responsive layouts designs. got domain , installed wordpress. installed new theme , editing according needs. website http://www.laktro.com/wp/ need make sidebar wider. need expert in wordpress that. here have tried. in css,

#secondary{   width: 22% ;  } 

i changed value 22 higher number(26%), sidebar goes down of content. cant find place change width of content. please me in issue. can provide additional details or resources needed.

in style.css on line 601:

#primary {     float: left;     margin: 0 -27% 0 0; /* change -27% lower (like -30%) */     padding: 0.7em;     width: 98.2%;     border-top: 4px solid #666; } 

Comments

Popular posts from this blog

java - Run spring boot application error: Cannot instantiate interface org.springframework.context.ApplicationListener -

reactjs - React router and this.props.children - how to pass state to this.props.children -

Excel VBA "Microsoft Windows Common Controls 6.0 (SP6)" Location Changes -