• Resolved mom2ashley

    (@mom2ashley)


    I removed the sidebar from the index.php and single.php file so that I can have 1-column on my homepage and on a single post entry.

    I also managed to edit the style.css file so that the main content is widen which spans across the white space on the right which was initially where the sidebar was.

    However, when i click on a single post, i noticed that the content column is wider than the content column in the home page. Where do I go to to adjust the content column on a single post?

    I’ve included in the url above so that you can click on them to see it for yourself. Thanks in advance!

Viewing 4 replies - 1 through 4 (of 4 total)
  • .home #content {
    	margin: 0 20px 0 20px; /*Dinah - added home in front of content so that this change will only effect the home page and not other pages. originally was 0 280 0 20*/
    }

    probably time to remove the .home again …

    or add .single #content, at the beginning of that line

    ps:
    because Tweenty Ten is the default theme of wp3, it will be overwritten with any upgrade of the wordpress version;
    it is strongly recommended to create a child theme ( https://codex.www.ads-software.com/Child_Themes )

    Thread Starter mom2ashley

    (@mom2ashley)

    thanks alchymtyh for pointing it out!:) I removed the
    .home and it solved my problem.

    well done;

    check this as well:

    because Tweenty Ten is the default theme of wp3, it will be overwritten with any upgrade of the wordpress version;
    it is strongly recommended to create a child theme ( https://codex.www.ads-software.com/Child_Themes )

    Thread Starter mom2ashley

    (@mom2ashley)

    Thanks for the top alchymyth! I’ve just created a child theme ??

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Twenty Ten : How to widen content column for an entry/post’ is closed to new replies.