Viewing 10 posts - 1 through 10 (of 10 total)
  • Author
    Posts
  • emerich Friend
    #161036

    Hello everyone,
    im trying to add new header – banner (the green thing) in new position tottaly at the TOP of this template, everything is working fine, but i need to know, what CSS is needed toset this up. Please see an attachment, this is current situation – banner (green thing) has right position, but it is on background of header. I need whole header move under this banner position, or this banner position move over the whole header…i think its just little css code, but im not a css skilled…:(

    Thanks for any help…


    1. problem
    Sherlock Friend
    #379773

    Dear emerich,

    I just took a look at your site at http://leviceonline.listuj.sk/ but did not see the green banner as on the attached image,Kindly active it so I will check it for you.

    emerich Friend
    #379847

    Hi dathq,
    check it now please, its active…:)

    Thanks for help,
    Imo

    elibericoweb Friend
    #380109

    I’m looking for this solution too. Good luck and many thanks.

    teletrance Friend
    #380113

    later edit: wrong theard, sorry

    emerich Friend
    #380132

    Why is it marked as SOLVED, i dont see any solution posted here, i think its pretty stupid think, but becaouse im a dumb in css, i cant get it. Can somebody please post a simple solution for this…

    Thanks very much,
    Imo

    Sherlock Friend
    #380200

    <em>@emerich 225529 wrote:</em><blockquote>Hello everyone,
    im trying to add new header – banner (the green thing) in new position tottaly at the TOP of this template, everything is working fine, but i need to know, what CSS is needed toset this up. Please see an attachment, this is current situation – banner (green thing) has right position, but it is on background of header. I need whole header move under this banner position, or this banner position move over the whole header…i think its just little css code, but im not a css skilled…:(

    Thanks for any help…

    </blockquote>

    Dear emerich,

    You need to change the order of those block on the top blocks,you can try as following
    Go to your template back-end >> Layouts tab,here going to edit your actived layout (it may the default layout),under the top blocks tag you would see these tags
    <block name=”mainnav” type=”mainnav”></block>
    <block name=”topbar” type=”topbar”></block>
    change their order to this

    <block name=”topbar” type=”topbar”></block>
    <block name=”mainnav” type=”mainnav”></block>

    Then open the file of templates/ja_teline_iv/css/template.css ,Look for this css
    #ja-topbar {
    height: 26px;
    position: absolute;
    top: 0;
    z-index: 11;
    }

    Change it to
    #ja-topbar {
    height: 26px;
    position: relative;
    top: 0;
    z-index: 11;
    }

    I hope this help !

    emerich Friend
    #380237

    No answer here, no answer in the ticket system, is it really so hard to help your members with so stupid thing like this? :(:(:(

    Imo

    teletrance Friend
    #380238

    Dear emerich you ca try asign your supra head banner to above-bot position. Just write this position in position field (you may not find this position in list of position, just write it down yourself)

    Sherlock Friend
    #380256

    <em>@emerich 226228 wrote:</em><blockquote>No answer here, no answer in the ticket system, is it really so hard to help your members with so stupid thing like this? :(:(:(

    Imo</blockquote>

    Dear emerich,

    I have answered on above post,please check it again 🙂

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

This topic contains 10 replies, has 4 voices, and was last updated by  Sherlock 13 years, 8 months ago.

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