Landing page on mobile

7 replies
  • WEB DESIGN
  • |
Hey guys did you think anytime how your landing page is coming out on your mobile, im have now a problem, i build a website for a client but this is desktop version only, so on phone you get the desktop version what can i do, should i make a mobile version and wich website i should use to build it?
#landing #mobile #page
  • Mobile is now essentially more important than desktop. Having a responsive site that renders well on mobile devices is critical. The reason for this is simple. Google monitor the bounce rate of your sites pages to determine their page rank. If your site doesn't render well on a mobile device, then customers will "bounce" out as soon as they see it, simply because it's too hard to navigate.

    Added to this, if your site is responsive it will rank higher on search on mobile devices. Google will also put a "Mobile Friendly" message next to it in the search results, which drives more clicks.

    You can test your site in the Google Responsive Site Checker:
    https://www.google.co.uk/webmasters/...bile-friendly/

    This page also has loads of advice on responsive design, that comes from the horses mouth. Follow this and you won't go wrong. I believe that the preferred approach is to design the whole site as responsive so you only need one site for desktop and mobile. This means that the site is easier to maintain as you don't have to work on two sites to keep them updated.
    Signature
    http://www.3d-box-shot.com
    Easy to use 3D Software for making Marketing Images.
    {{ DiscussionBoard.errors[9861012].message }}
  • Profile picture of the author WPThemeGuru
    Bootstrap is one of the best mobile friendly framework that most of the front end developers uses. But as you said that you have already developed the website then you can make it responsive by using css media queries. But it will take extra time and extra effort. That is why i always use bootstrap framework while building a website.
    {{ DiscussionBoard.errors[9866500].message }}
  • Profile picture of the author PreScriptZ
    Signature
    gomymobi.com – Online Business Site Builder & Platform (gomymobiBSB)

    ANpopup: Awesome Newsletter Popup for WordPress (plugin) & any site
    {{ DiscussionBoard.errors[10037806].message }}
  • Profile picture of the author nazmul18
    You have to use css media queries for responsive design. you have to write css for all devices. Such as for 320*480 pixel mobile device:

    @media only screen and (min-width: 320px) and (max-width: 480px) {
    .container{
    width:300px;
    }

    }
    {{ DiscussionBoard.errors[10037820].message }}
  • Profile picture of the author Adrian John
    Pay no monthly fees for mobilizing your sites
    Simply hire somebody in the Warriors for Hire section to do a mobile landing page/site for you and pay just once to own the designs.
    Just an idea
    Signature
    ARE YOU A CONSULTANT? Do you have clients who could use MORE LEADS?
    Get them a MOBILE WEBSITE PLATFORM built to stay up with their clients habits.
    More than 50% of their customers buys from their mobile devices now!

    CLICK HERE FOR MORE INFO
    {{ DiscussionBoard.errors[10043907].message }}
  • Profile picture of the author zinannadeem
    As you said the site already has been made so there is a convenient way to make a existing site as a responsive site name css media query. I have done several projects like that. The resource and documentation you can find here: http://lessframework.com/

    The main benefits is that you need to arrange the width only of web elements, so the page can get a better view in mobile. Its an easy solution that is frequently used by developers.
    Signature
    Do you know about 60% of internet access is mostly mobile ?

    If you want to increase your PROFIT, make your landing page responsive today !!!
    Need help ? Click Here ...
    {{ DiscussionBoard.errors[10048568].message }}
  • Profile picture of the author mdsalim
    You create a landing page but it dose not properly view on mobile device . Bcz you don't complete responsive . At present responsive is important . bcz now maximum people want to visit by mobile . So you need to fix responsive . If you want i can help you .
    Thanks
    {{ DiscussionBoard.errors[10048974].message }}

Trending Topics