Forum Replies Created
-
AuthorPosts
-
That’s it. Thank you very much.
I added the following code because the menu was moved up:
margin-top: 100px; (the header is 260px high, so 260px – 60px for the hover background =200px / 2 = 100px)
- This reply was modified 5 years ago by webprojektdonauwoerth.
I’m sorry. I have deactivated the maintenance mode again.
@Rikard: Thanks for your reply.
All I want is for the green background not to fill in the full height of the header but to emphasize the text a little bit (as if going over it with a highlighter).
Best regards,
Lukas
Hello, first of all thank you for the quick reply.
I forgot to mention that the logo should have the same size as before. But when I insert the code, it shrinks and is no longer recognizable.
This reply has been marked as private.I used the code:
@media only screen and (max-width: 767px) {
#top #header_main_alternate {
display: block;
top: -50px;
}
.av-logo-container #avia-menu {
display: none;
}
.responsive #top .logo {
margin: 0 auto;
}
}Now the menu is displayed twice. How can I fix this?
Thanks for your help.
When I open the menu, the close button is overlapping the menu links. Is there any way to fix this?
- This reply was modified 5 years, 1 month ago by webprojektdonauwoerth.
This reply has been marked as private.This reply has been marked as private.This reply has been marked as private.additionally I would like to say that the version 4.5.7 works correctly. The problem also occurs on google maps
has somebody else an idea?
- This reply was modified 5 years, 6 months ago by webprojektdonauwoerth.
Thanks for your quick support.
The Burger Menu icon is now displayed under the logo. On the smaller screens the burger icon is displayed right.
Is it possible to place the icon in this case on the right, too? -
AuthorPosts