i have created a drupal site while testing my css on google chrome.Now, i want to make this drupal site look the same on every other browser. what i need is - how to do this without changing my css or maybe add certain code so that this site takes same quirks like chrome as every other browser.
-
You made a custom theme from scratch?Djouuuuh– Djouuuuh2014-08-21 10:02:51 +00:00Commented Aug 21, 2014 at 10:02
-
yes i made a custom theme from scratch.Sajal– Sajal2014-08-21 10:04:11 +00:00Commented Aug 21, 2014 at 10:04
-
This is an HTML/CSS/JS question and does not have to do with Drupal!TheodorosPloumis– TheodorosPloumis2014-08-21 23:28:03 +00:00Commented Aug 21, 2014 at 23:28
Add a comment
|
1 Answer
To avoid your cross browser problem, it's better to create a sub-theme from a good minimalistic starting theme like Bootstrap.
But in your case, and because it's too late, I suggest you to insert a piece of CSS code that will normalize the values in all browsers: http://necolas.github.io/normalize.css/
Hope it helped.