Make your WordPress site suitable for mobile.
When we create our WordPress blog, do not you think that someone will see my blog also on mobile? Yes, I think this thing is on the mind but there is a lot to do to create a complete mobile version, such as: Sub domain, Mobile Plugin Install, Theme Install, etc. and much more that I will show later, but those who are very quick to use WordPress theme If you want to make something useful on the mobile, please come here, we will not use any plugins here. Just use some C, S, S codes. To do this you will need to:
1. First you login to the dashboard of your WordPress blog.
2. Select the theme you want to use.
3. Now click on the edit.
4. By default the style.css of your theme will be opened.
5. Save these codes from below at the very end of your style.css.
______________________________________________________
/* Mobile Style Sheet */<br />
@media handheld {<br />
body {<br />
background: white;<br />
color: black;<br />
}<br />
}
______________________________________________________
6. Visit your WordPress blog once by visiting mobile.
I think your WordPress blog is anything but useful for viewing on mobile. If you want to make your WordPress blog perfectly mobile-friendly, that is to create a mobile version of your WordPress site, then keep an eye on this blog.
Thank you very much to everyone.