Viewing 2 replies - 1 through 2 (of 2 total)
  • the nav seems to be covered by some #facebook div;

    edit style.css, find:

    #nav-below {
    	margin: -18px 0 0 0;
    }

    change to:

    #nav-below {
    	margin: -18px 0 0 0;position:relative;z-index:20;
    }

    btw:
    be aware that twenty ten will be overwritten with your next upgrsde of your wordpress version;
    consider creating a child theme http://codex.wordpress.org/Child_Themes
    and make regular backup copies of your theme files.

    Thread Starter donely

    (@donely)

    thanks, you were correct and it has been correct by using xfbml instead of an iframe!

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

The topic ‘next/previous posts does not work’ is closed to new replies.