-
AuthorPosts
-
vangeem Friend
vangeem
- Join date:
- September 2006
- Posts:
- 26
- Downloads:
- 10
- Uploads:
- 3
- Thanks:
- 3
- Thanked:
- 1 times in 1 posts
August 2, 2009 at 11:34 am #143172Hello,
I want to remove the Top Menu so I have more space for a bigger logo.
I assume i can do this in the template.css file, but i don’t find the correct entry for it.Can anyone help me?
This is what i mean, the home / typography / layouts / Joomla overview menu has to go, i want nothing there 🙂
hanifahmed Friendhanifahmed
- Join date:
- August 2008
- Posts:
- 576
- Downloads:
- 0
- Uploads:
- 5
- Thanks:
- 67
- Thanked:
- 141 times in 110 posts
August 2, 2009 at 1:22 pm #312896Hmmm…. Have you thought about just moving it downwards to under your logo so it clears the image?
I think that would be a lot easier. Let me know if you want the code.
Also, can we get a live link?
Thanks.
vangeem Friendvangeem
- Join date:
- September 2006
- Posts:
- 26
- Downloads:
- 10
- Uploads:
- 3
- Thanks:
- 3
- Thanked:
- 1 times in 1 posts
August 2, 2009 at 1:42 pm #312897Well I’m not really sure if I want The Top Menu, i’m going to use the left navigation menu
Phill ModeratorPhill
- Join date:
- February 2014
- Posts:
- 7013
- Downloads:
- 40
- Uploads:
- 77
- Thanks:
- 917
- Thanked:
- 2206 times in 1818 posts
August 2, 2009 at 2:08 pm #312901Open your templates html from the joomla back end and find the following line and remove or comment it out.
<?php if ($jamenu) $jamenu->genMenu (0); ?>
hanifahmed Friendhanifahmed
- Join date:
- August 2008
- Posts:
- 576
- Downloads:
- 0
- Uploads:
- 5
- Thanks:
- 67
- Thanked:
- 141 times in 110 posts
August 2, 2009 at 2:09 pm #312902Make the following changes in template.css
#ja-mainnav {
-moz-background-clip:border;
-moz-background-inline-policy:continuous;
-moz-background-origin:padding;
background:#000000 none repeat scroll 0 0;
float:right;
margin:40px 9999px 0;
width:799px;
z-index:9999;Or the above as Phil has said, mine gives you the option to easily bring it back is all.
1 user says Thank You to hanifahmed for this useful post
vangeem Friendvangeem
- Join date:
- September 2006
- Posts:
- 26
- Downloads:
- 10
- Uploads:
- 3
- Thanks:
- 3
- Thanked:
- 1 times in 1 posts
August 3, 2009 at 7:54 am #312955<em>@hanifahmed 139026 wrote:</em><blockquote>Make the following changes in template.css
#ja-mainnav {
-moz-background-clip:border;
-moz-background-inline-policy:continuous;
-moz-background-origin:padding;
background:#000000 none repeat scroll 0 0;
float:right;
margin:40px 9999px 0;
width:799px;
z-index:9999;Or the above as Phil has said, mine gives you the option to easily bring it back is all.</blockquote>
I’ll try this this evening. Thank you
-
AuthorPosts
This topic contains 6 replies, has 3 voices, and was last updated by vangeem 15 years, 3 months ago.
We moved to new unified forum. Please post all new support queries in our New Forum