Okay
  Public Ticket #748354
Portfolio on Firefox 45 Window 8.1
Closed

Comments

  • Véronique started the conversation

    Hey,

    The site works perfectly fine on most of devices and platforms. However, my client is having a problem with the portfolio section (called "Les Fromages") on Firefox 45.0.2 on Windows 8.1. Rows are overlapping each other.

    See screen shot to see the exact problem.

    Any idea how to solve the problem?

    Thank you!

  •  8,994
    Tahir replied

    Hey Again,

    One user resolved it by adding a class 'padding-ff' to the items that i could not fix with your work around (such as the testimonials and the call to action. In the css i wrote a rule that only only applied to firefox and defines a new padding such as:

    @-moz-document url-prefix() {
    .padding-ff.padding-5-percent {
    padding: 60px 5%!important;
    }
    .padding-ff.padding-8-percent {
    padding: 90px 8%!important;
    }
    }

    Bes.t


    ThemeNectar Support Team