• I am pretty new to the coding aspects of wordpress

    My question is on the theme Twenty Ten 1.1, I wish to make the right hand column 250px wide instead of its 240 (guess)

    where do I look to change the width, and margins

    Thank you

Viewing 3 replies - 1 through 3 (of 3 total)
  • Have a look at this post, read the topic contents and consider using a child theme.

    The style changes from 220px to 250px would be added to style.css are:

    #container {
    	margin: 0 -250px 0 0;
    }
    #content {
    	margin: 0 310px 0 20px;
    }
    #primary,
    #secondary {
    	width: 250px;
    }

    HTH

    David

    Thread Starter bthom62

    (@bthom62)

    thank you I will give this a whirl

    Brian

    I tried to widen the one column, no side bar code in the Style sheet Style.css and every change I made didn’t alter the column. Do you have any idea why? I need it about 50 px wider.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Twenty Ten 1.1 theme adjustment’ is closed to new replies.