Can Umbraco sense whatever the width of the screen device is and convert the screen resolution to the width of a Top nav bar and make the needed adjustments?
If I understand your question currently then you are asking if it´s possible to create a website that can used on different devices.
If this correctly, then it´s a yes, but you need to develop it yourself. With Umbraco CMS you have full control over your HTML markup and css, so one way you could do this is by using media queries https://developer.mozilla.org/en-US/docs/Web/CSS/MediaQueries/Usingmedia_queries
Umbraco Screen Resolution
Can Umbraco sense whatever the width of the screen device is and convert the screen resolution to the width of a Top nav bar and make the needed adjustments?
Hi Andrew,
If I understand your question currently then you are asking if it´s possible to create a website that can used on different devices.
If this correctly, then it´s a yes, but you need to develop it yourself. With Umbraco CMS you have full control over your HTML markup and css, so one way you could do this is by using media queries https://developer.mozilla.org/en-US/docs/Web/CSS/MediaQueries/Usingmedia_queries
But you can also use a front-end framework, some examples could be Twitter bootstrap http://getbootstrap.com/2.3.2/ or http://foundation.zurb.com or http://responsivebp.com it could also be another one.
Hope this helps or don´t hesitate to ask again if I have misunderstood your question.
/Dennis
is working on a reply...