Viewing 2 replies - 1 through 2 (of 2 total)
  • This rule from your stylesheet:

    .li_cont1, .li_cont2, .li_cont3 {
        display: table-cell;
        float: none !important;
        vertical-align: top;
        width: 30% !important;
    }

    Removing float: none !important; seems to push the element back inside the main div.

    Thread Starter Cocktailprofessor

    (@cocktailprofessor)

    Thank you very much. It is working now on the blog at the homepage. So that is a good start.

    But it is not working on most of the other pages and the page behind a blog article.

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

The topic ‘Firefox displays theme incorrectly’ is closed to new replies.