• Hello,

    I have noticed that all the content is shifted to the right in fire fox 2.0

    This happens on

    https://www.gawscs.com/blog

    as well as the original site for the twenty ten theme… other than asking people to update a 4 year old browser.. is there anyway to fix this/

    thanks!

Viewing 3 replies - 1 through 3 (of 3 total)
  • When I installed WordPress 3 and having the Twenty-ten theme, I also found that in older browsers, it will not display correctly as the center part of the page with the primary contents and sidebar are split, the page stretches DOUBLE WIDE with the header/footer on the right side and the main contents on the left. Anyway, it looks awful for people browsing on older browers as I sometimes do and as the poster above has witnessed. To fix it, I tweaked the following lines of code so that it would display correctly:

    At line 83 of /wp-content/themes/twentyten/header.php, before <div id=”main”>, add the following:

    <div style=”width:900px;position:relative;float:left”><!– corrects misaligned displays –>

    At line 15 of /wp-content/themes/twentyten/footer.php, after </div><!– #main –>, add the following:

    </div><!– corrects misaligned displays –>

    And now everything should be peachy keen! Best wishes to whoever else might have this problem too. ??

    Thread Starter wuggaroo

    (@wuggaroo)

    thanks!!! it did the trick

    Moderator Jan Dembowski

    (@jdembowski)

    Forum Moderator and Brute Squad

    Insert obligatory message HERE:

    Don’t do this with wp-content/themes/twentyten/. Instead make a copy of Twenty Ten into a new directory, modify the style.css and change the name, and make header.php and footer.php changes there.

    If you don’t do this, you will lose your work when WordPress 3.0.x comes out (whenever that will be).

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Twenty Ten and Fire Fox 2.0’ is closed to new replies.