-
AuthorPosts
-
emerich Friend
emerich
- Join date:
- August 2008
- Posts:
- 53
- Downloads:
- 10
- Uploads:
- 3
- Thanks:
- 16
- Thanked:
- 1 times in 1 posts
March 4, 2011 at 7:34 pm #161036Hello 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…
Sherlock FriendSherlock
- Join date:
- September 2014
- Posts:
- 11453
- Downloads:
- 0
- Uploads:
- 88
- Thanks:
- 221
- Thanked:
- 2478 times in 2162 posts
March 5, 2011 at 7:06 am #379773Dear 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 Friendemerich
- Join date:
- August 2008
- Posts:
- 53
- Downloads:
- 10
- Uploads:
- 3
- Thanks:
- 16
- Thanked:
- 1 times in 1 posts
March 5, 2011 at 5:12 pm #379847Hi dathq,
check it now please, its active…:)Thanks for help,
Imoelibericoweb Friendelibericoweb
- Join date:
- February 2011
- Posts:
- 12
- Downloads:
- 0
- Uploads:
- 0
- Thanks:
- 4
- Thanked:
- 1 times in 1 posts
March 7, 2011 at 6:10 pm #380109I’m looking for this solution too. Good luck and many thanks.
teletrance Friendteletrance
- Join date:
- July 2008
- Posts:
- 110
- Downloads:
- 0
- Uploads:
- 10
- Thanks:
- 11
- Thanked:
- 8 times in 1 posts
March 7, 2011 at 6:59 pm #380113later edit: wrong theard, sorry
emerich Friendemerich
- Join date:
- August 2008
- Posts:
- 53
- Downloads:
- 10
- Uploads:
- 3
- Thanks:
- 16
- Thanked:
- 1 times in 1 posts
March 7, 2011 at 10:35 pm #380132Why 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,
ImoSherlock FriendSherlock
- Join date:
- September 2014
- Posts:
- 11453
- Downloads:
- 0
- Uploads:
- 88
- Thanks:
- 221
- Thanked:
- 2478 times in 2162 posts
March 8, 2011 at 4:08 am #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 Friendemerich
- Join date:
- August 2008
- Posts:
- 53
- Downloads:
- 10
- Uploads:
- 3
- Thanks:
- 16
- Thanked:
- 1 times in 1 posts
March 8, 2011 at 8:32 am #380237No 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 Friendteletrance
- Join date:
- July 2008
- Posts:
- 110
- Downloads:
- 0
- Uploads:
- 10
- Thanks:
- 11
- Thanked:
- 8 times in 1 posts
March 8, 2011 at 8:41 am #380238Dear 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 FriendSherlock
- Join date:
- September 2014
- Posts:
- 11453
- Downloads:
- 0
- Uploads:
- 88
- Thanks:
- 221
- Thanked:
- 2478 times in 2162 posts
March 8, 2011 at 10:19 am #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 🙂
AuthorPostsViewing 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
New Header menu position – CSS?
Viewing 10 posts - 1 through 10 (of 10 total)