Hello everyone
I have created a page here with a Revolution Slider
Link below
The menu is set lower: (Css below)
now I have the problem that the transparent part goes into the slider, and the bottom button doesn’t work anymore, no mouse over
“Aktuelle Informationen”
what can I do so that this does not happen anymore
thanks
best regards
Franz
Hey schweg33,
Thank you for the inquiry.
Try to add this css code:
#top .av_header_glassy.av_header_transparency #header_main .container.av-logo-container {
display: none;
}
You may need to adjust the top margin in the previous modification.
Best regards,
Ismael
Thank you Ismael
that works so great
how can i make the hamburger menu appear on mobile now
thanks
kind regards
Franz
Hi,
Thank you for the update.
You can add this css code to display the burger menu on mobile view:
@media only screen and (max-width: 767px) {
/* Add your Mobile Styles here */
.responsive #header_main_alternate {
display: block;
}
}
Best regards,
Ismael
Thank you Ismael
Works great
Can the hamburger menu also be displayed on the right side
and the 3 bars wider
thanks and
kind regards
Franz
Hi,
Thank you for following up.
Can the hamburger menu also be displayed on the right side
You can add this css code to move the burger menu to the right.
.responsive #top .av-main-nav .menu-item-avia-special {
float: right;
}
Make sure to place this modification inside this css media query:
@media only screen and (max-width: 767px) {
/* Add your Mobile Styles here */
}
Best regards,
Ismael
Hello Ismael
Everything works great like this
Thank you very much
You can close this ticket
kind regards
Franz
Hi,
Thanks for the update, we’ll close this thread for now then. Please open a new thread if you should have any further questions or problems.
Best regards,
Rikard