test
Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • syntom Friend
    #182539

    Hi, i love the JA Wall Template, but i like to have a new position to put in modules. The position should be over the nav menu.Or can i splitt the top to put in 2 lines? I put in a new div, but then the template dont work so i like. I will have a login over the Navigation.

    Thx

    Luna Garden Moderator
    #474083

    Hi Synton,
    Yes, you can split into 2 lines, but I’m not sure new customization could support responsive.
    Go to

    Under these lines:

    <!-- //TOOLBAR -->
    <?php endif; ?>

    Add more line like this:

    <div class="login">
    <jdoc:include type="modules" name="login" />
    </div>

    Create a module with position “login”.

    Then re-style for new custom.
    The following is just my suggestion:

    #header {
    background: none repeat scroll 0 0 #333333
    border-bottom: 10px solid #E5E5E5
    color: #CCCCCC
    height: 262px;
    position: fixed;
    top: 0;
    z-index: 999;
    }
    #container .main {
    padding-right: 0.1%;
    padding-top: 231px;
    }
    #sidebar {
    margin-left: -120px;
    position: fixed;
    top: 270px;
    width: 120px;
    }

    Hope this helps.

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

This topic contains 2 replies, has 2 voices, and was last updated by  Luna Garden 12 years ago.

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