Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • vangeem Friend
    #143172

    Hello,

    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 Friend
    #312896

    Hmmm…. 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 Friend
    #312897

    Well I’m not really sure if I want The Top Menu, i’m going to use the left navigation menu

    Test Site link

    Phill Moderator
    #312901

    Open 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 Friend
    #312902

    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.

    vangeem Friend
    #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

Viewing 6 posts - 1 through 6 (of 6 total)

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