Jump to content

Website not fitting and working on mobile devices


Vladiikolev

Recommended Posts

Hi there,im new into making websites, so my first sample "www.belsma.eu" is not working and fitting on mobile devices.Can anybody help me pls with exact sample in the code ,becouse how i already sad im new and i know that the website is not responsive, but i need more details to understand it?

Edited by Vladiikolev
Link to comment
Share on other sites

A responsive should be fluid, through the use of relative units, not absolute units, meaning you shouldn't define widths in pixels as you are doing. Also, it's not good practice to be using postition: absolute unless absolutely needed, typical for special UI components like modals or alert boxes. A popular responsive framework is Twitter Bootstrap.

http://getbootstrap.com/

  • Like 1
Link to comment
Share on other sites

  • 3 weeks later...

you need to use fluid design

for all width dont used fixed measurements like pix or pic but use %

set a min-dimension i.e min-height, min-width

for font use em

that way your website will be responsive and apeear good on all devices

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...