Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • proterra Friend
    #168304

    How can I move the header postion above the mainmenu position. In the template configuration in the Joomla backend I can change den defaul Layout and set the <blockquote><block name=”header” type=”header” main-inner=”1″></block></blockquote>above
    <blockquote><block name=”mainnav” type=”mainnav” main-inner=”1″></block></blockquote>, but there ist a smal space between header and mainnav.

    Please help, thanks

    jooservices Friend
    #411413

    Hi
    Please give me your site URL for check look ( please also if possible a screenshot with note )
    Thank you
    Viet Vu

    pavit Moderator
    #411414

    Hi proterra

    To decrease the space go to your template.css at line 339 you have:

    #ja-mainnav {
    padding-top: 25px;

    change to
    #ja-mainnav {
    padding-top: 0px;

    himangi Friend
    #411417

    Hi,

    Can you please provide your site url, so that I can inspect elements there and suggest you css changes?

    proterra Friend
    #411431

    an URL is not possible (we build up the site on a local server, before we launch).

    But a screenshot you see attached.

    I´am only move now <block name=”header” type=”header” main-inner=”1″></block>
    above
    <block name=”mainnav” type=”mainnav” main-inner=”1″></block>

    You see the space between menu and header.

    Second wish is a space (module-position) above and outside the new header-position, because to position there a banner

    Thanks for your help


    1. magazin
    himangi Friend
    #411435

    Hi,

    As I understood you want to remove the space between the header and menu. Find if there is margin-bottom property applied to ja-header in your template.css. Change bottom margin according to as much space you want to keep between the header and menu.

    Then you may need to specify bottom margin to ja-mainnav div so that there will be some space between the menu and the content area below that. (This is because you have moved the header above, which had some space between header and the content below.. )

    To create a new module position above the header,

    1. Go to Extensions > Template manager > Your Template > Layouts Tab.
    2. Find the Layout you are using and click on Edit link infront of it.
    3. Find <block name=”header” type=”header” main-inner=”1″></block> and add <block name=”newposition” type=”modules”>newposition</block> above it.
    4. Save the layout and check it in frontend using yourdomain.com/?tp=1 as a url
Viewing 6 posts - 1 through 6 (of 6 total)

This topic contains 6 replies, has 4 voices, and was last updated by  himangi 13 years, 2 months ago.

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