-
AuthorPosts
-
September 29, 2022 at 1:07 pm #1366879
Hi,
1st.: How to make a full screen burger-menu (on desktop) drop-down from top, in stead of fly-in from the right?
2nd.: how do I keep our logo visible,
– and 3rd.: how do I place a search-bar in top of the menu?For reference to all of the above, please look up the links under private content.
Best regards,
Mr. Palle Dahl-
This topic was modified 3 years, 1 month ago by
PalleDahl.
September 30, 2022 at 10:21 am #1367062Hey,
Thanks for contacting us!
Please add following code to Quick CSS field in Enfold theme options > General Styling tab
.html_av-overlay-side .av-burger-overlay-scroll { -webkit-transform: translateY(-100%); transform: translateY(-100%); } div .logo { z-index: 110; }Best regards,
YigitSeptember 30, 2022 at 10:31 am #1367066Thanks.
Worked nicely in regards to keeping the logo in front.Do you also have the solution for the menu rolling down from top in stead of flying in from the right?
Best regards
PalleSeptember 30, 2022 at 11:41 am #1367076Hi Palle,
The first part of the code is to make it roll down from the top. It works fine on my end. Please flush your browser cache and refresh your page a few times.
Regards,
YigitSeptember 30, 2022 at 12:27 pm #1367086Hi Yigt,
Thanks. You were right – roll down from the top works now as well.
Perfect !3rd issue is how to place a search bar centered in top of the roll down meny
and as bonu how to make menu background partionally transparaent ?Best regards,
PalleSeptember 30, 2022 at 2:31 pm #1367108Hi Palle,
Please add following code to Quick CSS field in Enfold theme options > General Styling tab
#top #wrap_all .av-burger-overlay-scroll { background-color: rgba(0, 96, 156, 0.95); }To add a search bar, please refer to this post – https://kriesi.at/support/topic/searchfield-in-menu/#post-1365702
Best regards,
Yigit -
This topic was modified 3 years, 1 month ago by
-
AuthorPosts
- You must be logged in to reply to this topic.
