Okay
  Public Ticket #828298
Column Padding Error (FF/Edge/
Closed

Comments

  • Federico started the conversation

    Hello, 

    I noticed that the column percentage column padding is not working on Firefox and Edge. Any help on this matter would be highly appreciated since I can't seem to find where the issue is. I have attached 2 screenshots for your to understand the issue.

    Best regards,

  •  8,994
    Tahir replied

    Hey ,

    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 

  • Federico replied

    Thanks for the prompt reply, I modified the overall rule so its consistent across all browsers and not just to FF/Edge in the end.

    Regards,

    F.