-
AuthorPosts
-
October 29, 2024 at 7:35 am #1470065
Hello everyone
I have created a page here with a Revolution Slider
Link belowThe 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
FranzOctober 30, 2024 at 4:24 am #1470183Hey 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,
IsmaelOctober 30, 2024 at 7:28 am #1470204Thank you Ismael
that works so greathow can i make the hamburger menu appear on mobile now
thanks
kind regards
FranzOctober 31, 2024 at 4:42 am #1470309Hi,
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,
IsmaelOctober 31, 2024 at 10:30 am #1470336Thank you Ismael
Works great
Can the hamburger menu also be displayed on the right side
and the 3 bars widerthanks and
kind regards
FranzNovember 1, 2024 at 5:30 am #1470394Hi,
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,
IsmaelNovember 1, 2024 at 8:22 am #1470398Hello Ismael
Everything works great like this
Thank you very much
You can close this ticketkind regards
FranzNovember 1, 2024 at 11:18 am #1470413Hi,
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 -
AuthorPosts
- The topic ‘Transparent part in slider’ is closed to new replies.
