Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • annabelr Friend
    #147463

    Hi there,

    The bottom border of date / headlines / megamenu is sometimes displayed (http://cohabitat.fr/JA/bourse-aux-projets.html) but most of the time it’s not (http://cohabitat.fr/JA/index.php).
    I edited the header, but checked, and the problem doesn’t come from there… So which file according to you should i look at to get the bottom border back?

    Thx

    micrantha Friend
    #328744

    Hello annabelr,

    Cannot yet solve your issue, but bottom-border on problematic pages is there, but moved up to position 2 px below top of page. Don’t know why it is not on all pages.
    Code in template.css:

    .ja-topbar {
    position: absolute;
    top: 0;
    width: 100%;
    border-bottom: 1px solid #ddd;
    font-size: 11px;
    }

    Good luck,
    Micrantha

    micrantha Friend
    #328745

    OK, this may be the solution:
    Add this line to css for class ja-topbar: height:auto;

    .ja-topbar {
    position: absolute;
    height:auto;
    top: 0;
    width: 100%;
    border-bottom: 1px solid #ddd;
    font-size: 11px;
    }

    Good luck,
    Micrantha

    annabelr Friend
    #329214

    Thx (again) Micrantha, your fix did the trick!

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

This topic contains 4 replies, has 2 voices, and was last updated by  annabelr 14 years, 9 months ago.

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