Dnn Mobile Responsive
Last Post 08/06/2014 8:31 AM by Joseph Craig. 1 Replies.
Author Messages
laxmi pandey
Nuke Active Member
Nuke Active Member
Posts:23


--
08/06/2014 5:21 AM  
Hello All ,

I have created a site in that Login Page has a header image and menu and footer . when i open that page "www.abc.com/login.aspx" in Mobile Browser i want to load only DNN authentication Module , not the Skin and header footer.
what to do .......???????????????




Please help
Joseph Craig
DNN MVP
Posts:11667


--
08/06/2014 8:31 AM  
The tutorial on creating a Bootstrap 3 Skin (http://www.dnncreative.com/Tutorial...ault.aspx) might be a good place to start, at least to orient you.

Basically, you want to alter what is displayed on the smaller screens. To do this, you can use media queries to apply special CSS to turn off display of unwanted content. If you want to do this only on the login page, it might make sense to use a custom login page with a special skin that simplifies this process. Add IDs or classes to make it easy to target those items that you want to disappear.

Joe Craig, Patapsco Research Group
Complete DNN Support


---