Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Use this theme asp.net/MVC #1

Open
sunn789 opened this issue Mar 14, 2017 · 0 comments
Open

Use this theme asp.net/MVC #1

sunn789 opened this issue Mar 14, 2017 · 0 comments
Labels

Comments

@sunn789
Copy link

sunn789 commented Mar 14, 2017

i use chl-master, i added all css and js link to _layout.cshtml in mvc Project but don't delete bundle to bootstrap and jquery
when paged loaded i HTML transferm from right to left , if delete bootstrap links it work fine.
for fix these i add this code in _layout.cshtml
<script> $(function () { $("html").removeAttr('class'); $("body").css('padding-top','0') }); </script>

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants