Different between desktop computer layout and mobile phone layout

Dear BB,

First of all i love your software! Unfortunately i am beginnen who wants to learn the basics to make websites!

For a client i am making a website. His wish is to have the “3 white stripes” below under the page. See the image! I have done the job for the desktop computer.

http://nl.tinypic.com/m/j0vaww/4

But if i look at the website at a mobile device i see this;

http://nl.tinypic.com/m/j0vawx/4

I got the same problem at the contact for FB, email and phone;

http://nl.tinypic.com/m/j0vawy/4

How can i adjust the settings to show the same way as at a desktop computer?

Thank you very much for your support!

Hey Ismail,

Thanks for getting in touch! You’ll want to add media queries so you can manipulate elements on mobile. Check these links for more information. :slight_smile:
http://www.smashingmagazine.com/2010/07/how-to-use-css3-media-queries-to-create-a-mobile-version-of-your-website/
http://www.w3schools.com/cssref/css3_pr_mediaquery.asp

Ben