Okay
  Public Ticket #745674
Row Height Displaying Incorrectly only in Firefox
Closed

Comments

  • Bryan started the conversation

    On my homepage, I was trying to make a full width content row with an image background, and for some reason in firefox the height of the row is wrong. It looks like it is only as large as the text. How can I fix this?

  •  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 

  • Bryan replied

    Thanks! I will try this.

  • Lukas replied

    Thanks! Works great for me :-)

  • Bryan replied

    Works great.