top button
Flag Notify
    Connect to us
      Site Registration

Site Registration

How to make my website Mobile and Smart phones friendly ?

+1 vote
384 views

Please suggest me some tips about how to make website responsive- Mobile and smart phones friendly ? Because these days, Google is giving more priority to responsive sites in its Google organic search ranking.

posted Mar 24, 2015 by Ramesh Roy

Share this question
Facebook Share Button Twitter Share Button LinkedIn Share Button

1 Answer

+1 vote

You need to use media tag

Say for example if screen size is less then 400px then you want to fix the with of a class as 350 then you can try following -

@media only screen and (max-width: 400px) {
 .qa-login-group {
  width: 350px;
 }
}

Also you need to add the viewport something like

<meta name="viewport" content="width=device-width, initial-scale=1">
answer Mar 24, 2015 by Salil Agrawal
Thank you Salil for quick reply.
My pleasure :)
Similar Questions
0 votes

What is article submission in SEO?

+4 votes

Is there any possible way to get indexed in google of any website when it is not live.

+1 vote

I want to implement rel="author" followed by the href of the user in the QueryHome page header. I searched on Google and everywhere it talks about the Google+ linking.

Can someone help me if I dont have Google+ profile then can I implement it, is it benificial or not etc.

+1 vote

Your help may help us to improve the queryhome and its performance. My question is does google or other search engines read the change frequency and last mod from the site map.

...