Does anyone know if there are any CSS layouts you can go download and implement into your ASP.NET MVC project with a minimal amount of modification (I'm basically looking for something where I can put the navigation buttons on the left side of the screen
as opposed to the top, where VS puts them by default in the out-of-the-box MVC template it gives you when you create an MVC website)?
The default MVC project uses Bootstrap but there are many other frameworks and all have different templates that you can use. Some are free many are not.
Thanks. Forgot that Bootstrap (and Foundation) could probably be used for this concern. I"ll have to look into more (originally thought Bootstrap was more for just adding "extras" to a site, as opposed to completely changing the layout of the site. I"ll
check them both out.,
Member
12 Points
80 Posts
alternative css-based layouts to use with ASP.NET MVC apps created by Visual Studio
Aug 10, 2016 07:26 PM|cbassett|LINK
Does anyone know if there are any CSS layouts you can go download and implement into your ASP.NET MVC project with a minimal amount of modification (I'm basically looking for something where I can put the navigation buttons on the left side of the screen as opposed to the top, where VS puts them by default in the out-of-the-box MVC template it gives you when you create an MVC website)?
All-Star
37001 Points
14925 Posts
Re: alternative css-based layouts to use with ASP.NET MVC apps created by Visual Studio
Aug 10, 2016 08:15 PM|mgebhard|LINK
Yeah, there are tons of em' just a Google search away.
Here's a bunch of Bootstrap templates.
https://www.google.com/webhp?sourceid=chrome-instant&ion=1&espv=2&ie=UTF-8#q=bootstrap%20templates
The default MVC project uses Bootstrap but there are many other frameworks and all have different templates that you can use. Some are free many are not.
https://www.google.com/webhp?sourceid=chrome-instant&ion=1&espv=2&ie=UTF-8#q=responsive+templates
All-Star
39156 Points
5688 Posts
Microsoft
Re: alternative css-based layouts to use with ASP.NET MVC apps created by Visual Studio
Aug 11, 2016 02:52 AM|Fei Han - MSFT|LINK
Hi cbassett,
You could try to use Foundation or Bootstrap front-end framework. For more information, please check the following links.
http://responsivemvc.azurewebsites.net/Foundation
http://responsivemvc.azurewebsites.net/Bootstrap
Best Regards,
Fei Han
MSDN Community Support
Please remember to "Mark as Answer" the responses that resolved your issue.
Member
12 Points
80 Posts
Re: alternative css-based layouts to use with ASP.NET MVC apps created by Visual Studio
Aug 11, 2016 04:50 AM|cbassett|LINK
Thanks. Forgot that Bootstrap (and Foundation) could probably be used for this concern. I"ll have to look into more (originally thought Bootstrap was more for just adding "extras" to a site, as opposed to completely changing the layout of the site. I"ll check them both out.,