I have installed dnn6 professional and was wondering how or if it is possible to change stylesheets based on browser window size. I figured that the Darkkight skin would have that type of functionality but it does not.
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Typically, rather than changing stylesheets, you would include styles for different sizes in the same stylesheet, using media queries. DotNetNuke doesn’t have anything specifically to assist with this, but also doesn’t prevent you from using it in any way, either.
DotNetNuke does provide redirection based on device detection, so you can easily redirect users with a mobile device to a different URL (on the DNN site or not). But changing the display of the site based on the screen size requires a skin with a responsive/adaptive design, which completely depends on the skin designer to implement.