Forum Replies Created

Viewing 2 replies - 1 through 2 (of 2 total)
  • Thread Starter Sofianor

    (@sofianor)

    Sorry, I forgot. In Safari, my text-content continues behind the ads. This is my blog:
    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

    Yes, I have tried absolute width if you mean pixels!? No success in Safari.

    Thread Starter Sofianor

    (@sofianor)

    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)