Answer the question
In order to leave comments, you need to log in
Do you use factory reset for Chrome?
Faced such a problem: the site on bootstrap shows the NAVBAR menu differently in Chrome and in Opera with Mozilla. Unfortunately, I had to position each menu item using {margin-left: XYpx;} in order to "get" into the artist's design (disperse menu items a certain distance).
The difference in viewing is also felt when comparing the site on a "square" display and on an "elongated" one ..)
I found such a feature that Chrome "adds" its settings to CSS.
Resetting these settings seems to be done with:
-webkit-margin-before: 0em;
-webkit-margin-after: 0em;
-webkit-margin-start: 0px;
-webkit-margin-end: 0px;
-webkit-padding-start: 0px;
Your opinion? Should they be used? Haven't figured it out myself yet.
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question