Page 1 of 1

XAMPP font size is huge

PostPosted: 20. January 2018 05:51
by henrys newsletter
Hello, how can I change the font size in XAMPP? My web pages are not showing as they should, the pages are huge.

Re: XAMPP font size is huge

PostPosted: 20. January 2018 16:02
by Altrea
XAMPP does not change any font sizes of your own webapplications.

Re: XAMPP font size is huge

PostPosted: 25. January 2018 01:58
by henrys newsletter
That's what I thought but this an example of my problem. I don't know what I am doing wrong. I am still working on the site and need a way to test my php pages......Thanks for replying.....
henrysnewsletter.com/image.html

Re: XAMPP font size is huge

PostPosted: 25. January 2018 02:46
by Altrea
If i were you i would first check if all asset files are loaded correctly and see the meta information of the elements (like which css rules are applied for each specific element) compared with your live site. There are multiple Browser Functions and Plugins available to assist you with this like the DevTools for Google Chrome or Firebug for Firefox.

Check also if you did a Browser zoom on your local site. On Google Chrome for example you can set the zoom back to 100% by pressing CTRL+0.
You could check an alternative browser too.

Re: XAMPP font size is huge

PostPosted: 25. January 2018 20:50
by henrys newsletter
Thank you so much for relieving my stress! I tried on Firefox and, yup that was it. Your help is sincerely appreciated.