Title: Sofianor's Replies | WordPress.org

---

# Sofianor

  [  ](https://wordpress.org/support/users/sofianor/)

 *   [Profile](https://wordpress.org/support/users/sofianor/)
 *   [Topics Started](https://wordpress.org/support/users/sofianor/topics/)
 *   [Replies Created](https://wordpress.org/support/users/sofianor/replies/)
 *   [Reviews Written](https://wordpress.org/support/users/sofianor/reviews/)
 *   [Topics Replied To](https://wordpress.org/support/users/sofianor/replied-to/)
 *   [Engagements](https://wordpress.org/support/users/sofianor/engagements/)
 *   [Favorites](https://wordpress.org/support/users/sofianor/favorites/)

 Search replies:

## Forum Replies Created

Viewing 2 replies - 1 through 2 (of 2 total)

 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [Twenty Ten – Safari ignores "width"](https://wordpress.org/support/topic/twenty-ten-safari-ignores-width/)
 *  Thread Starter [Sofianor](https://wordpress.org/support/users/sofianor/)
 * (@sofianor)
 * [15 years, 3 months ago](https://wordpress.org/support/topic/twenty-ten-safari-ignores-width/#post-1939024)
 * Sorry, I forgot. In Safari, my text-content continues behind the ads. This is
   my blog:
    [http://www.coconutsandskylines.se](http://www.coconutsandskylines.se)
 * I don´t have Safari but my friend told me and I use this tool to test my page:
   [http://www.webdevlab.com/app/screenshots](http://www.webdevlab.com/app/screenshots)
 * Yes, I have tried absolute width if you mean pixels!? No success in Safari.
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [Twenty Ten – Moving "Comments" everywhere](https://wordpress.org/support/topic/twenty-ten-moving-comments-everywhere/)
 *  Thread Starter [Sofianor](https://wordpress.org/support/users/sofianor/)
 * (@sofianor)
 * [15 years, 4 months ago](https://wordpress.org/support/topic/twenty-ten-moving-comments-everywhere/#post-1899073)
 * Thanks for the tip, I have manage to set up a child theme already… heard that
   could be a good idea:-).
 * Anyway… I don’t get it. For example, where in the page.php do I need to change?
 * Maybe I also need more changes in my loop.php (loop-index.php)? I moved the “
   comments_popup_link()” in this section…
 * `<span class="meta-sep">|<span class="comments-link"><?php comments_popup_link(
   __( 'Leave a comment', 'twentyten' ), __( '1 Comment', 'twentyten' ), __( '% 
   Comments', 'twentyten' ) ); ?></span>`
 * and put it a couple of lines above like this
 *     ```
       <div class="entry-meta">
       				<?php twentyten_posted_on(); ?><span class="comments-link"><?php comments_popup_link( __( 'Leave a comment', 'twentyten' ), __( '1 Comment', 'twentyten' ), __( '% Comments', 'twentyten' ) ); ?></span>
       ```
   
 * I’m not used to this, trying to understand but I think it’s a bit difficult! 
   Have patient with me please:-).

Viewing 2 replies - 1 through 2 (of 2 total)