Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • maweb Friend
    #184893

    Hi!

    I am using Joomla 2.5.9 with Ja Elastica (latest version).
    First of all thanks for this amazing template.

    I have a few questions that I got stuck with:
    I can not figure out how to change the menu width so all the menu items show in the first row.
    It has probably something to do with the grid system, but I have no idea where to change that.

    How can I reduce the size of the whole site to just show 3 grids?
    I also want to add a footer that extens over 3 grids but sits below all the other modules and a header as well that does the same.

    The link to the site is: http://www.elternanderscoaching.at/

    Every help is greatly appreciated.

    Thanks.
    Maria

    Phill Moderator
    #483194

    It is simply a css adjustment. For instance look at the layout-wide.css file line 75

    #ja-mainnav {
    max-width: 754px;

    }

    Where you can increase that 745px so all your items will fit.

    Then there is the layout-normal.css file for an narrower view and you can adjust that css. You might have to adjust the menu spacing instead of the overall width there.

    Maybe changing in mega.css

    .ja-megamenu ul.level0 li.mega a.mega {
    color: #FFFFFF
    font-weight: bold;
    height: 70px;
    overflow: auto;
    padding: 0 1em;
    text-transform: uppercase;

    }

    to

    .ja-megamenu ul.level0 li.mega a.mega {
    color: #FFFFFF
    font-weight: bold;
    height: 70px;
    overflow: auto;
    padding: 0 0.5em;
    text-transform: uppercase;

    }

    maweb Friend
    #483310

    thank you so much for the quick answer. It worked perfectly.
    I have figured out the rest of the questions.
    This is all resolved.

    Thanks!

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

This topic contains 3 replies, has 2 voices, and was last updated by  maweb 11 years, 9 months ago.

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