maor10
maor10

Reputation: 1784

Styling in xampp is different then files on my desktop?

The weirdest thing in the world is happening to me, and I wanted to ask if anyone has heard of anything similiar to this, and any possible solution. My designer created a website, on his own computer. I implemented his css + html in my code, and I noticed everything was coming out a bit bigger on my website (eg menu was wider, top bar was larger, etc) After playing around with this for over 3 hours, I decided to just Save the website the designer made to my Desktop. I did this, opened it in chrome, and it was exactly like I saw on the designers site. I then proceeded to copy past the website I saved into xampp- and lo and behold, everything was bigger, JUST like in MY website. I have quite literally no idea what is going on, the exact same files on my Desktop are showing up differently when I copy them into xampp.

Any idea whats going on? Thanks!

EDIT: To make matters weirder, it appears the enlarging only happens in chrome...

Upvotes: 0

Views: 116

Answers (1)

Darren
Darren

Reputation: 13128

As per the comments


It's rather impossible to ensure that we can narrow down your issue without viewing any code or anything of the likes. But first ensure that your browser is at proper standard settings.

Make sure you are zoomed out by pressing CTRL + 0 (on windows).

It could've also potentially have been that the stylesheet was missing something, but in this case it wasn't.

Upvotes: 1

Related Questions