Tagged: header
Hi,
i updated the theme an now i have problems to get the header like it was before.
I need to move the logo to the right, make the menu font size bigger and have more space between logo and menu.
That’s how it was before.
Thanks!
Hi!
Seems like you have already figured it out – http://i.imgur.com/iAQi1Ul.jpg
Let us know if you have any other questions or issues
Cheers!
Yigit
Hi Yigit,
no, the header is still not the way i want. I checked it on 2 Laptops. Cache is cleared of course.
See here:
Regards
Simon
Hi!
The entire header was changed with version 2.6 so you would need to re-do any customization to work with the new header layout system. Individual customization is not something support covers however.
Regards,
Devin
Well, i know that the header was changed with the new version. And i just want to know how to move the logo to the right and how to change the size of the menu font. Hope that this is still part of the regular support?
Regards,
Simon
Hey Simon!
Try adding this code to the Quick CSS:
strong.logo {
top: 0px !important;
left: 12% !important;
-webkit-transform: none !important;
-moz-transform: none !important;
transform: none !important;
}
span.avia-menu-text {
font-size: 14px !important;
}
Here’s what you’ll get:
Cheers!
Josue
Perfekt Josue!! That worked.
The thin i forget is: How do i get more space between the Logo and the menu?
Regards,
Simon
Hey!
You can add a margin-top to the menu like:
#header_main_alternate {
margin-top: 20px;
}
Cheers!
Peter
Danke sehr das war es!