-
AuthorPosts
-
September 2, 2022 at 12:14 pm #1363610
Hello all
have created a page here.
Link see below:
My question: is it possible to place the menu at the very bottom left, maybe with css.thanks in advance
kind regards
FranzSeptember 2, 2022 at 12:56 pm #1363618Hi,
Thanks for contacting us!
Please go to Enfold theme options > Footer Footer Behavior and choose “Sticky with curtain effect”. If that does not help, please post a screenshot showing the changes you would like to make so we can make sure that we are on the same page.
You can upload your screenshots on imgur.com and post the links here :)
Regards,
YigitSeptember 2, 2022 at 1:09 pm #1363623Thanks for your quick feedback
have a link below
would it be possible to move the menu all the way to the bottom
or maybe just show the hamburgermenu at the bottom.
hope I have expressed myself correctly
thank you and kind regards
FranzSeptember 2, 2022 at 2:16 pm #1363643the normal non mobile Menu will be hard to get. Because the flyout submenus had to slide out from bottom to top. This maybe possible but is a lot of css to change.
the hamburger is up to you – if you go and set it to postition: fixed you can shift it to whereever you like.
f.e.:.av-burger-menu-main.menu-item-avia-special { position: fixed; bottom: 0; right: 10px; padding: 10px; } .av-hamburger { padding: 15px 8px; display: inline; background-color: rgba(255,255,255,0.5); }
September 2, 2022 at 3:02 pm #1363660hallo Guenni007
this works great, thank youcan I then set all headers to invisible?
or will the hamburger menu also disappear?thanks in advance
kind regards
franzSeptember 2, 2022 at 6:50 pm #1363682if you choose the header style: logo center – navigation below it would be possible.
in this case the navigation will be in an extra container: header_alternate not inside logo container
and set for: Menu Items For Desktop to iconthen try :
.av-burger-menu-main.menu-item-avia-special { position: fixed !important; bottom: 0; left: 10px; padding: 10px; z-index: 1001 !important; } .av-hamburger { padding: 15px 8px; display: inline; background-color: rgba(255,255,255,1); box-shadow: 0 0 15px -5px #333 } #header, #header_main { height: 0px !important } @media only screen and (max-width:767px) { .responsive #header_main_alternate { display: block } } .container.av-logo-container, .header_bg { display: none !important; } .responsive #main { padding-top: 0 !important }
September 2, 2022 at 8:08 pm #1363683hello
thank you
that fits so quite wellcan the hamburger menu also be displayed on the left side?
And above the border above the video
I do not bring away ?thanks in advance
kind regards
franzSeptember 2, 2022 at 8:37 pm #1363686Hello Guienna7
Thank you for your instructionsI have made a total mistake
now I have installed the theme again and applied your instructions exactly.now it looks great
one more question
how can i hide the top container
title and you are here.and then would be
can i center the hamburger menuThanks in advance
kind regards
FranzSeptember 2, 2022 at 8:49 pm #1363688on Enfold Options you can go to : Header – Header Layout : “Header Title and Breadcrumbs” set it to : hide both
and to center replace the first css rule
.av-burger-menu-main.menu-item-avia-special { position: fixed !important; bottom: 0; left: 50%; -webkit-transform: translateX(-50%); transform: translateX(-50%); padding: 10px; z-index: 1001 !important; }
September 2, 2022 at 9:00 pm #1363689if you like to have the burger without distance to the bottom set the padding-bottom to zero:
.av-burger-menu-main.menu-item-avia-special { position: fixed !important; bottom: 0; left: 50%; -webkit-transform: translateX(-50%); transform: translateX(-50%); margin-bottom: -3px; padding: 10px 10px 0; z-index: 1001 !important; }
September 2, 2022 at 9:08 pm #1363690Thousand thanks
Guenni007Now it looks great
great supportYou can close this request
kind regards
FranzSeptember 2, 2022 at 10:50 pm #1363694do not forget to colorize the active burger:
.av-burger-overlay-active #top .av-hamburger-inner, .av-burger-overlay-active #top .av-hamburger-inner::before, .av-burger-overlay-active #top .av-hamburger-inner::after { background-color:#a81010; }
September 2, 2022 at 11:15 pm #1363696Thanks a lot
I did not notice at first,
because on the mobile it workedThanks again
kind regards
FranzSeptember 3, 2022 at 8:18 am #1363711Thousand thanks
Guenni007Now it looks great
great supportYou can close this request
kind regards
FranzSeptember 3, 2022 at 10:23 am #1363715Hi Franz,
Great, I’m glad that @guenni007 could help you out. I’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 ‘menu at the bottom’ is closed to new replies.