test
Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • bobthebuilder Friend
    #172188

    Hi, is it possible to change the position of the header content (logo, search, etc) to be above the main menu? Thank you.

    khoand Friend
    #431317

    Hi,
    You find this code from /plugins/system/jat3/jat3/base-themes/default/css/template.css

    h1.logo, div.logo-text {
    float: left; < change this line
    position: relative;
    z-index: 1;
    }

    #ja-search {
    bottom: 15px;
    position: absolute;
    right: 0; < change this line
    }

    bobthebuilder Friend
    #431321

    Thanks khoand. Could you advise what I should change this to. To be specific, what I want is for my entire header to appear above my main menu. Please have a look at http://www.incredinet.co.za/frostymelts. Thank you.

    khoand Friend
    #431322

    You login backend > Extensions > Template Manager > ja_erio – Default > LAYOUTS. Edit Default . You replace this code :

    <block name="mainnav" type="mainnav" main-inner="1"></block>
    <block name="header" type="header" main-inner="1"></block>

    with

    <block name="header" type="header" main-inner="1"></block>
    <block name="mainnav" type="mainnav" main-inner="1"></block>

    bobthebuilder Friend
    #431323

    Thank you. That worked perfectly.

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

This topic contains 5 replies, has 2 voices, and was last updated by  bobthebuilder 13 years ago.

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