-
AuthorPosts
-
spelabuda Friend
spelabuda
- Join date:
- December 2006
- Posts:
- 45
- Downloads:
- 0
- Uploads:
- 9
- Thanks:
- 52
- Thanked:
- 1 times in 1 posts
July 3, 2015 at 9:26 am #208200Hey,
can please someone advise if i can make logo appear over the menu like in the below screenshot?
thank you!!
-
jooservices Friend
jooservices
- Join date:
- October 2014
- Posts:
- 8556
- Downloads:
- 0
- Uploads:
- 130
- Thanked:
- 1245 times in 1121 posts
spelabuda Friendspelabuda
- Join date:
- December 2006
- Posts:
- 45
- Downloads:
- 0
- Uploads:
- 9
- Thanks:
- 52
- Thanked:
- 1 times in 1 posts
July 3, 2015 at 9:53 am #576276thanks so much for your help, but i need the logo to STICK OUT of the main menu bar.
please see below:
-
jooservices Friend
jooservices
- Join date:
- October 2014
- Posts:
- 8556
- Downloads:
- 0
- Uploads:
- 130
- Thanked:
- 1245 times in 1121 posts
July 3, 2015 at 10:03 am #576279Hi there
You can’t stick with topbar because it’s located in different div
But you can stick with below div.
Try with this one.t3-header {
padding-top: 14px;
padding-bottom: 14px;
background: #25282a
color: #ffffff
position: relative;
z-index: 99;
height: 110px;
}Thank you,
Viet Vu1 user says Thank You to jooservices for this useful post
spelabuda Friendspelabuda
- Join date:
- December 2006
- Posts:
- 45
- Downloads:
- 0
- Uploads:
- 9
- Thanks:
- 52
- Thanked:
- 1 times in 1 posts
July 3, 2015 at 10:23 am #576284Hmm, yes this does stick it out, but its not what I’d like to have. I’m sure the client won’t be satisfied with that. How about if i somehow float the logo absolutely? would that break the template?
thanks so much for your quick responses, you rock!! 🙂
jooservices Friendjooservices
- Join date:
- October 2014
- Posts:
- 8556
- Downloads:
- 0
- Uploads:
- 130
- Thanked:
- 1245 times in 1121 posts
July 3, 2015 at 10:26 am #576285Hi there
You can use absolute position but i’m sure it’s good idea.
Try with this one
.logo-image.logo-control {
position: absolute;
top: -20px;
/* z-index: 100; */
}
( Change top: xxx as your needed )and
.t3-topbar {
background-color: #fff
height: 36px;
line-height: 36px;
color: #333
position: relative;
z-index: 99;
}Thank you,
Viet Vu1 user says Thank You to jooservices for this useful post
-
AuthorPosts
Viewing 7 posts - 1 through 7 (of 7 total)This topic contains 7 replies, has 2 voices, and was last updated by spelabuda 9 years, 4 months ago.
We moved to new unified forum. Please post all new support queries in our New Forum
Jump to forum