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
Post a Comment