Hello!
I’m trying to remove the margin between the header and extra elements. I realize that will cause the logo (set to “slim”) to overlap with the extra elements section but that’s ok because there’s nothing on the left.
I tried:
.inner-container {
margin-top:-20px !important;
}
along with several other ideas I had, but with no luck.
Can you please help? Thank you!
Liz
I’ve made a screenshot and highlighted the margin I’m referring to:
http://herculiz.com/screenshot.jpg
Hey losting,
can you please make the account admin for us?
Best regards,
Basilis
Here’s an admin login for you!
Hi,
Have you tried to target the menu and logo class individually? This should work.
Best regards,
Jordan Shannon
I have not tried that! What classes do you mean specifically?
Hi,
Please try this css code to shift the menu to the top:
#top #wrap_all #header_main {
top: -25px;
}
Best regards,
Dude
Great thank you!
Hi,
Glad we could help you :)
Best regards,
Dude