• Hi!

    I can’t figure out why the page jumps to left when i click the writer name (kirjoittanut in finnish):’r67700′ or category (kategoriassa): ‘Yleinen’ which are after each post. Does someone have a clue what might be causing this problem?

    The link to the site is here.

    So if you try to click either of those two links you will see the problem.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The content is centred by this:

    .body {... margin: 0 auto; ...}

    If you add a similar rule for #content it will be centred too.

    Thread Starter Roope Rautiainen

    (@roope-)

    Thanks, that helped a lot!

    Change i needed to made really was:

    #content {
    margin: 0 auto;
    }

    and that fixed all the problems! 🙂

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Problem appearing with child theme when pressing links’ is closed to new replies.