-
AuthorPosts
-
regin Friend
regin
- Join date:
- March 2007
- Posts:
- 117
- Downloads:
- 2
- Uploads:
- 60
- Thanks:
- 28
- Thanked:
- 1 times in 1 posts
December 5, 2013 at 12:45 pm #192753How do I deactivate the sidebar menu?
I do not want it there at all, since my users are not used to this kind of navigation./Regin
regin Friend
regin
- Join date:
- March 2007
- Posts:
- 117
- Downloads:
- 2
- Uploads:
- 60
- Thanks:
- 28
- Thanked:
- 1 times in 1 posts
December 5, 2013 at 1:31 pm #514449Ahh found out:
display:none;
🙂
1 user says Thank You to regin for this useful post
March 13, 2014 at 7:39 pm #526638<em>@regin 400710 wrote:</em><blockquote>Ahh found out:
display:none;
:)</blockquote>
where you find “display:none;”? :-[
Ninja Lead
Moderator
Ninja Lead
- Join date:
- November 2014
- Posts:
- 16064
- Downloads:
- 310
- Uploads:
- 2864
- Thanks:
- 341
- Thanked:
- 3854 times in 3563 posts
March 17, 2014 at 2:24 pm #526991<em>@trasty 416252 wrote:</em><blockquote>where you find “display:none;”? :-[</blockquote>
The css tweak below can help to deactivate Sidebar Menu on your site.
Open templates/ja_magz/css/template.css file
Change
.t3-mainnav .vert-nav {
position: absolute;
left: 0;
z-index: 1030;
}To
.t3-mainnav .vert-nav {
position: absolute;
left: 0;
z-index: 1030;
display: none;
}Let me know how it goes.
stevenle1 Friend
stevenle1
- Join date:
- October 2013
- Posts:
- 8
- Downloads:
- 0
- Uploads:
- 0
- Thanks:
- 3
- Thanked:
- 1 times in 1 posts
September 10, 2014 at 11:42 pm #549093I followed the suggested method above, inserting “display: none;” but I still see my sidebar menu.
Hmm… What have I done wrong?:((
Ninja Lead
Moderator
Ninja Lead
- Join date:
- November 2014
- Posts:
- 16064
- Downloads:
- 310
- Uploads:
- 2864
- Thanks:
- 341
- Thanked:
- 3854 times in 3563 posts
September 11, 2014 at 1:29 am #549097<em>@stevenle1 445238 wrote:</em><blockquote>I followed the suggested method above, inserting “display: none;” but I still see my sidebar menu.
Hmm… What have I done wrong?:((</blockquote>
You can try to use other way below
+ Create templates/ja_magz/css/custom.css file and add new rule
.t3-mainnav .vert-nav {
display: none;
}1 user says Thank You to Ninja Lead for this useful post
-
AuthorPosts
This topic contains 7 replies, has 4 voices, and was last updated by stevenle1 10 years, 4 months ago.
We moved to new unified forum. Please post all new support queries in our New Forum