Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • pdtechsteve Friend
    #129843

    Is there a way to place the “Breadcrumbs” module directly underneath the main menu, as shown below:

    Thanks

    Sherlock Friend
    #254526

    Hi
    If you use joomla 1.5, plz edit index.php(templates/ja_edenite/index.php )
    Search this line

    <!-- END: MAIN NAVIGATION -->
    Add those lines beside it:

    <!-- BEGIN: PATHWAY -->
    <div id="ja-pathway">
    <strong>You are here  :</strong><jdoc:include type="module" name="breadcrumbs" />
    </div>
    <!-- END: PATHWAY -->

    pdtechsteve Friend
    #254656

    Thanks. That worked perfectly.

    patricklee Friend
    #256154

    that worked for me too but the border line underneath gets cut off and there is a big gap between the breadcrumbs and the rest of the stuff underneath… how do i fix this?… to look exactly like the image posted above without the border cut off?

    thanks!!

    wrongjon Friend
    #256704

    Hi

    To add the bottom border go to the template CSS and search for
    #ja-pathway

    Then remove the bottom-border none attributes so it shows.

    I too have a gap underneath but can’t work out how to remove it.
    thanks
    Jonathan

    pdtechsteve Friend
    #256727

    Sorry for any confusion with the image showing the breadcrumb location. That was in fact put together as a mixed screen grab in photoshop.

    I have however used the ja-pathway css settings to format the presentation, but have not been able to remove the extra space below either.

    wrongjon Friend
    #256738

    Hi

    I just found the fix for removing the extra whitespace from below the menu/breadcrumb/pathway and above the main content

    Edit your CSS and set the below margin to 0px or I prefer 2px 😉

    #ja-containerwrap,
    #ja-containerwrap-f,
    #ja-containerwrap-fr,
    #ja-containerwrap-fl {
    padding: 0;
    margin: 2px 0;
    background: url(../images/grad1.gif) repeat-x bottom #FFFFFF;
    }

    patricklee Friend
    #257220

    Great! It worked! Thank you all for replying! 🙂

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

This topic contains 8 replies, has 4 voices, and was last updated by  patricklee 15 years, 10 months ago.

We moved to new unified forum. Please post all new support queries in our New Forum