Forums

Twenty Ten 1.1 theme adjustment (4 posts)

  1. bthom62
    Member
    Posted 1 year ago #

    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

  2. Digital Raindrops
    Member
    Posted 1 year ago #

    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

  3. bthom62
    Member
    Posted 1 year ago #

    thank you I will give this a whirl

    Brian

  4. isay81
    Member
    Posted 1 year ago #

    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.

Topic Closed

This topic has been closed to new replies.

About this Topic