Support » Fixing WordPress » Firefox showing only one post per page

  • Resolved Falcao89

    (@falcao89)


    Hi everyone!

    I’m new in this world of blogging and wordpress and I have a problem.
    My blog (http://vidaljogos.com.br) runs like I expected in chrome but firefox is showing only one post in homepage (always the newest post).

    Chrome and Explorer runs correctly, how can I resolve this?

    Thanx

Viewing 3 replies - 1 through 3 (of 3 total)
  • Alicia

    (@sexydawnt)

    Does it do the same thing if you switch to the default Twenty Twelve theme? If it does, it is likely a problem with your theme.

    Michael

    (@alchymyth)

    edit style.css;

    locate:

    .article {
    display: table-caption;
    width: 620px;
    min-height: 450px;
    margin: 10px 15px 20px 15px;
    background-color: white;
    padding-bottom: 30px;
    border: 3px solid rgb(70,70,70);
    -webkit-border-top-right-radius: 2px;
    -webkit-border-top-left-radius: 2px;
    -moz-border-radius-topright: 2px;
    -moz-border-radius-topleft: 2px;
    }

    try and remove this line:

    display: table-caption;

    check all available browsers for side effects.

    Thread Starter Falcao89

    (@falcao89)

    Hey, thanx guys!

    I removed the line you said and it works, thank you.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Firefox showing only one post per page’ is closed to new replies.