test
Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • fpessers Friend
    #181800

    Beautifull themplate.
    Question: The mainmenu on the hornav position is always 100% width of your browser. Is it possible too give the mainmenu the same width as the header and main body?

    Ninja Lead Moderator
    #471633

    yep, you can do this.
    <blockquote>Admin area->Extensions->Template Manager->JA Purity II – Default->Layout tabs->Edit Default</blockquote>
    Find
    main-inner="1"
    and replace to
    no-main="1"
    Example:

    <block name="mainnav" type="mainnav" main-inner="1"></block>
    Replace to
    <block name="mainnav" type="mainnav" no-main="1"></block>

    fpessers Friend
    #471835

    Thanks for the quick reply. I tried it, unfortunately the result is not what I was hoping for. Probably I used the wrong words/terms to describe my problem.

    In the attached picture, from localhost, you can see the white space between header and ja-main. Is it possible too give it the same with as “main” and “main clearfix” so the blue border also outside the mainnav.

    Thanks in advance.


    1. Template
    Ninja Lead Moderator
    #471889

    Your error is weird, this is the first time I face, may be i need to check it on livesite. Please send me URL, admin access, i will check it.

    Ninja Lead Moderator
    #472154

    I found the problem on your site.
    <blockquote>Open templates/ja_purity_ii/css/template.css file</blockquote>
    you find and see this script

    #ja-container {
    background: url(../images/container-bg.gif) repeat-x top #fff
    position: relative;
    z-index: 5;
    border-bottom: 5px solid #ccc
    }

    Here is link: <blockquote>http://www.euro-pac.eu/templates/ja_purity_ii_europac/images/container-bg.gif</blockquote>
    You can remove this link background or change it with other background

    fpessers Friend
    #472177

    Thanks for looking. I know that I can edit the container-gb.gif but the problem is that is over the full with op my webpage. I am trying too get borders at the left and right side of my whole page.
    When typing this I had an idea 😉 and changed the body#bd #ja-wrapper too this (red is new):
    body#bd #ja-wrapper {
    background-color:#143575;
    overflow:hidden;
    padding:0 15%;

    and this was what I was looking for.

    Thank you for you’re help.

    fpessers Friend
    #472185

    The alteration like I mentioned above I did that with firebug but that’s only temporally. Now I am looking for the right css file in the template directory which contains “body#bd #ja-wrapper”. Unfortunately I can’t find the file :-[. I think it is in the t3-assets folder. Is there an other solution of css file edit to achieve the same goal?

    Ninja Lead Moderator
    #472223

    About “body#bd #ja-wrapper” you can see it here
    <blockquote>Open plugins/system/jat3/jat3/base-themes/default/css/template.css file</blockquote>

    body#bd #ja-wrapper { overflow: hidden; }

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

This topic contains 8 replies, has 2 voices, and was last updated by  Ninja Lead 12 years ago.

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