Wondering if anyone has come across the same issue when viewing their live site on Firefox 52. Typically webflow is a one to one with the chrome rendering engine but I have noticed that when using negative padding & occaisonally specific relative positioning, firefox (and sometimes safari) don’t seem to render these values, often leading to broken designs. (see below)
Wondering if anyone has any advise for dealing with this. Thanks in advance!
Update: I’ve found that this is a bug with how Firefox resolves % padding values with flex children. (apparently a very old bug) that also appears on MS edge browser. I"ve resolved to using rem/em & vh/vw as my sizing measurements.
I have also found that this code has been working for some to force the padding.
That is super helpful. It is my understanding that this pseudo class applies to all padding for the whole page/site. Do you have any experience using these types of classes?
Hi @161creativedesign, yes, but what I generally try to do, is to not use negative values for margin or padding, but rather use position offset to finely control smaller offsets. It is a design decision, you might also look at flexbox, try the game: https://www.flexboxgame.com/
I see, many thanks for your time! Actually I do have one last question. What I’m really trying to do is just use a relative measurement for padding. I do already do a great amount of my positioning using Flexbox.