I have installed wordpress and a theme, customized that on my localhost.
Everything is ok on that pc where xampp is installed.
But if I go to that page (on the same network) from another pc – I see no css, no style, just messy text.
Even when I move it to the live server I get the same mess.
Anyone could tell me why?
Go to your WordPress settings. And in URL enter URL with IP address of pc. instead of
localhost/sitename
change it to192.168.../sitename
Then access it from other pc using same address like
192.168.../sitename
This will solve the issue hopefully.