How To Style The Divi Mobile Menu In 6 Steps

  Рет қаралды 19,065

Victor Duse

Victor Duse

Күн бұрын

Пікірлер: 62
@Victor-Duse
@Victor-Duse Жыл бұрын
👉Here are all the snippets: divimundo.com/en/blog/six-tips-for-a-better-divi-mobile-menu/ Please comment, like and subscribe if you liked this video. ;-)
@swissgameartist5447
@swissgameartist5447 Жыл бұрын
Absolutely fantastic, Victor! Thank you very much for this great support. Always a pleasure.
@Victor-Duse
@Victor-Duse Жыл бұрын
Cool, I’m glad you liked it! 😎
@jonasheinzerlingoxygenimag295
@jonasheinzerlingoxygenimag295 Жыл бұрын
Outstanding Victor! I've been looking for this for some time. Great tutorial! Thank you.
@Victor-Duse
@Victor-Duse Жыл бұрын
Thanks Jonas, I’m glad you liked it! 🍻 🙂
@miguelcarbajal948
@miguelcarbajal948 Жыл бұрын
Great video, I have a question, how can i remove the "select page" bar on mobile?
@Victor-Duse
@Victor-Duse Жыл бұрын
Hi! Please share a link and I'll have a look.
@steinsmo
@steinsmo Жыл бұрын
WOW, JUST WOW! Thank you!
@Victor-Duse
@Victor-Duse Жыл бұрын
You're very welcome! 🙂
@sobrisobri4530
@sobrisobri4530 Жыл бұрын
Hello Sir, step 6, how make full height, i mean i want my logo and text menu disappear, thanks
@Victor-Duse
@Victor-Duse Жыл бұрын
Hi Sobri! You can play around with negative top margin like this: .mobile_nav.opened .et_mobile_menu { margin-top: -10px; } Adjust the number of negative px needed to cover the mobile menu bar. However, this means that the mobile menu will cover the close icon (X) too.
@sobrisobri4530
@sobrisobri4530 Жыл бұрын
@@Victor-Duse thank you Sir
@lausianne
@lausianne 2 жыл бұрын
Excellent. This is pretty basic stuff. I wonder why this styling is not default. Or at least some of it, like the burger turning into a cross, which has been the standard for a long time ...
@Victor-Duse
@Victor-Duse 2 жыл бұрын
Agreed. I hope they give the menu module a well-needed upgrade after the Divi 5.0 update. Meanwhile, you can check out my tutorial on advanced mobile menus: kzbin.info/www/bejne/fZ3UmmaXmdKSoMU
@pascolione
@pascolione Жыл бұрын
Super, one question. how can I solve this with the font 'Menu' in the tablet version? It's not in the right place.
@Victor-Duse
@Victor-Duse Жыл бұрын
Hi! You can target mobile and tablet differently using media queries. Try to replace the original CSS with the snippet below and change the values for tablet. Let me know how it goes! 🙂 /*** Responsive Styles Tablet Only ***/ @media all and (min-width: 768px) and (max-width: 980px) { .et_mobile_nav_menu:before { content: 'MENU'; position: absolute; right: 40px; margin-top:5px; color: #333; font-size:16px; } } /*** Responsive Styles Smartphone Only ***/ @media all and (max-width: 767px) { .et_mobile_nav_menu:before { content: 'MENU'; position: absolute; right: 40px; margin-top:5px; color: #333; font-size:16px; } }
@pascolione
@pascolione Жыл бұрын
Thank very much for ur help. @@Victor-Duse
@Victor-Duse
@Victor-Duse Жыл бұрын
@@pascolione You’re very welcome! ☺️
@DavidKurtz1
@DavidKurtz1 11 ай бұрын
Great code and tutorial. Thank you!
@Victor-Duse
@Victor-Duse 11 ай бұрын
Thanks David, I'm glad you liked it! 🙂
@dragon3602010
@dragon3602010 2 жыл бұрын
How can we add some buttons and texts in the menu?
@Victor-Duse
@Victor-Duse 2 жыл бұрын
Hi S! My go to plugin for injecting basically anything in the mobile menu (+ lots of different styling options) is Divi Toolbox. Check it out at divimundo.com/toolbox/
@grantgp
@grantgp 10 ай бұрын
Great tutorial, thanks
@Victor-Duse
@Victor-Duse 10 ай бұрын
I’m glad you liked it! 😊
@StudioUno-mv3gc
@StudioUno-mv3gc 2 жыл бұрын
Wonderfull tutorial, but how can a man go to the Header Template ( Edit Specif page: Home Header Layout) to do what you do at the 6:10 min ? Thanks
@Victor-Duse
@Victor-Duse 2 жыл бұрын
Thanks! Go to your WordPress dashboard and head over to Divi » Theme Builder. You can create and edit your header templates from there.
@trusteemedia
@trusteemedia 2 жыл бұрын
Thank you. Great tutorial !
@Victor-Duse
@Victor-Duse 2 жыл бұрын
Thanks Kamil, I'm glad you liked it! 🙂
@htkdesigns6478
@htkdesigns6478 2 жыл бұрын
Thank you sir ,very good job,
@Victor-Duse
@Victor-Duse 2 жыл бұрын
I’m glad you liked it! 😀
@htkdesigns6478
@htkdesigns6478 2 жыл бұрын
@@Victor-Duse sir, i couldn't apply for this to global header,how to apply ,pl help .Thanks.
@Victor-Duse
@Victor-Duse 2 жыл бұрын
@@htkdesigns6478 Can you tell me more about the problem and perhaps share a link?
@htkdesigns6478
@htkdesigns6478 2 жыл бұрын
@@Victor-Duse dear sir, when create a global header & apply css code but Fix overlapping when displaying search icon and/or cart icon not working and other thing is how to apply navigation search features -ex -search box color. Thank you.
@Victor-Duse
@Victor-Duse 2 жыл бұрын
@@htkdesigns6478 I'm afraid I can't help you without a link to the site.
@cores-music
@cores-music 2 жыл бұрын
Thank you very much, it's very helpful...
@Victor-Duse
@Victor-Duse 2 жыл бұрын
You’re very welcome! 🙌
@ufxdigital5067
@ufxdigital5067 3 жыл бұрын
It is amazing buddy !! Thanks a lot !! I would like to know if you know how add the search bar inside the mobile menu.. is that possible this way or you need to do it different way like using some plugin ?
@Victor-Duse
@Victor-Duse 3 жыл бұрын
Thanks! Sure, my go to plugin for injecting basically anything in the mobile menu (+ lots of different styling options) is Divi Toolbox. 25% off for a few days more so check it out at divimundo.com/toolbox/
@dejanmihajlica4161
@dejanmihajlica4161 3 жыл бұрын
Thanks a lot. Very good job!
@Victor-Duse
@Victor-Duse 3 жыл бұрын
Thanks Dejan! I’m glad you liked it. 🙂
@motivation4life492
@motivation4life492 Жыл бұрын
Thank you!
@Victor-Duse
@Victor-Duse Жыл бұрын
You’re very welcome ☺️
@klemo7672
@klemo7672 2 жыл бұрын
Great Job. Thx
@Victor-Duse
@Victor-Duse 2 жыл бұрын
I'm glad you liked it! 🙂
@marcoscandido7434
@marcoscandido7434 2 жыл бұрын
Thank you! Do you know how to speed up the toggle animation? The menu slides down a bit slow, I wanted to make it faster.
@Victor-Duse
@Victor-Duse 2 жыл бұрын
Hi Marcos! Not off the top of my head, I’m afraid. For more advanced mobile menu tweaks I would recommend Divi Toolbox. Check out: kzbin.info/www/bejne/fZ3UmmaXmdKSoMU
@jawadwaheed5105
@jawadwaheed5105 2 жыл бұрын
awesome awesome, really very nice
@Victor-Duse
@Victor-Duse 2 жыл бұрын
Thank you Jawad! 😀
@camilasalgado2194
@camilasalgado2194 2 жыл бұрын
Thanks mate!!!!
@Victor-Duse
@Victor-Duse 2 жыл бұрын
Glad you liked it Camila! 🙌
@JulianoTosoDill
@JulianoTosoDill 2 жыл бұрын
when uploading the file it shows an error
@Victor-Duse
@Victor-Duse 2 жыл бұрын
Hi Juliano! I just tested to import it with the latest versions of Divi and WordPress and it works fine. Make sure that you extract the zip file first. Then go to Divi » Theme Builder. Click "Add global header" (or edit an existing header template). Click the purple circle in the bottom to open the Divi Builder menu and click the Portability icon (↓↑ ). Click "Import" and upload the .json file. Let me know how it goes!
@doeyehof
@doeyehof 3 жыл бұрын
Thank you!!
@Victor-Duse
@Victor-Duse 3 жыл бұрын
Glad you liked it Doeye! 🙂
@learningtostream3919
@learningtostream3919 Жыл бұрын
Im getting no change at all
@Victor-Duse
@Victor-Duse Жыл бұрын
Perhaps it could be a caching issue. Try to clear both the website cache and the browser cache. Also, make sure to preview the menu in frontend (outside of the Theme Customizer).
@learningtostream3919
@learningtostream3919 Жыл бұрын
lol text color@@Victor-Duse
@learningtostream3919
@learningtostream3919 Жыл бұрын
Done thank you@@Victor-Duse
@cookcu80
@cookcu80 3 жыл бұрын
Mantapp
@Victor-Duse
@Victor-Duse 3 жыл бұрын
Say what? 🤔
@therankingworld7627
@therankingworld7627 2 жыл бұрын
THANKS DIVI MUNDO VIKTOR IT WORKED LIKE A CHARM FOR ME JUST NOW WHEN IM DONE WITH THE SITE ILL SEND YOU A LINK?
@Victor-Duse
@Victor-Duse 2 жыл бұрын
Perfect! 🙌 Sure thing, just post the link in a comment and I'll check it out. 🙂
How To Collapse Divi Mobile Menu Submenus
6:11
Pee-Aye Creative
Рет қаралды 20 М.
Learn Flexbox CSS in 8 minutes
8:16
Slaying The Dragon
Рет қаралды 1,8 МЛН
Что-что Мурсдей говорит? 💭 #симбочка #симба #мурсдей
00:19
Гениальное изобретение из обычного стаканчика!
00:31
Лютая физика | Олимпиадная физика
Рет қаралды 4,8 МЛН
Каха и дочка
00:28
К-Media
Рет қаралды 3,4 МЛН
I tried every FREE website builder. This is the best
7:58
Steve Builds Websites
Рет қаралды 462 М.
Google Tag Manager Tutorial for Beginners (2024) with New Google Tag
1:01:26
Analytics Mania - Google Analytics & Tag Manager
Рет қаралды 272 М.
Я - ДОЧЬ АНИМАТОРА! (Анимация)
4:36
ZAKATOON
Рет қаралды 271 М.
9 Web Design Trends 2025 to Spruce Up Your Site
16:33
Showit
Рет қаралды 104 М.
Think Fast, Talk Smart: Communication Techniques
58:20
Stanford Graduate School of Business
Рет қаралды 44 МЛН
How to make Divi Theme Mobile Responsive | 2024 Tutorial
14:42
Matt - WPress Doctor
Рет қаралды 13 М.
It's not easy to think too much in this life
0:56
R-CC
Рет қаралды 103 МЛН
Как мы худеем, куда девается жир.
1:00