Hi guys
I'm working on a website project based off bootstrap but for some weird reason the homepage has refused to be mobile friendly. I'm sure the target clients won't accept it as it is. Could anyone have any pointers what I'm doing wrong? This is the link www.savedsingles.co.ke
Premprakash Singh
Student undergrad & developer, Learner, on the road to become fullstack developer
Hi,
I saw the landing page of your website. here is what is see in inspect element -
You are not using bootstrap because there are no bootstrap css files OR CDN included in the head section of your html page. Also i don't see any media queries of 480px for mobile as well to handle the responsive design to be mobile friendly.
If you want to make it mobile friendly then add media queries for that. This stack overflow thread will help stackoverflow.com/questions/6370690/media-queries…
Thanks