Skip to content Skip to sidebar Skip to footer

Is There A Way To Make A Profile Page That Is Responsive (for Both Mobile And Desktop

So I have installed wordpress on my server, and it looks wonderful there. I would love to have a profile/front page for my website that is displayed nicely on phones/tablets and de

Solution 1:

Yes. You need to read about media queries. They allow your page to adapt to screen sized allowing your content to be enhanced for mobile and desktop browsing. take a look here:

http://css-tricks.com/css-media-queries/

Solution 2:

Have a look at WP-Touch: http://wordpress.org/extend/plugins/wptouch/ or alternatively use Themes/Frameworks that have this functionality built in, like the Roots theme. When using your very own theme, then have a look at CSS3 media queries http://mobile.smashingmagazine.com/2010/07/19/how-to-use-css3-media-queries-to-create-a-mobile-version-of-your-website/ or Javascript libraries like adapt.js http://adapt.960.gs/

Post a Comment for "Is There A Way To Make A Profile Page That Is Responsive (for Both Mobile And Desktop"