0

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.

3
  • You made a custom theme from scratch? Commented Aug 21, 2014 at 10:02
  • yes i made a custom theme from scratch. Commented Aug 21, 2014 at 10:04
  • This is an HTML/CSS/JS question and does not have to do with Drupal! Commented Aug 21, 2014 at 23:28

1 Answer 1

1

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.

Sign up to request clarification or add additional context in comments.

Comments

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.