Guest Posted July 27, 2021 Posted July 27, 2021 Site URL: https://sthenos.co Dear all, At this site, when you click on Index, it opens a full screen menu. Is it possible to put an x button to be able to close the menu? Is it possible in the mobile/tablet version, when you click on the burger button to see directly the menu selections, instead of the word index? From burger button<index<menu selections to be burger button<menu selections? Thank you
Guest Posted July 28, 2021 Posted July 28, 2021 @tuanphan I would greatly appreciate your guidance, Sir. Thank you very much.
tuanphan Posted July 29, 2021 Posted July 29, 2021 10 hours ago, HSL said: @tuanphan I would greatly appreciate your guidance, Sir. Thank you very much. Hi. Have you tried contacting Mega Menu plugin author yet? Email me if you have need any help (free, of course.). Answer within 24 hours. Or send to forum message Contact Customer Care - Learn CSS - Buy me a coffee (thank you!)
Guest Posted July 29, 2021 Posted July 29, 2021 4 hours ago, tuanphan said: Hi. Have you tried contacting Mega Menu plugin author yet? I have tried your code to force the desktop menu and it works amazingly. The only problem is the padding of the word index is far left. Thank you! .header-display-desktop { padding-right: 70px !important ; display : flex !important ; } .header-display-mobile { display : none; } .header-burger { display : none; } .header-nav { display : flex !important ; } .header-nav { display : flex !important ; flex : 70% !important ; justify-content : flex-end; }
tuanphan Posted July 30, 2021 Posted July 30, 2021 20 hours ago, HSL said: I have tried your code to force the desktop menu and it works amazingly. The only problem is the padding of the word index is far left. Thank you! .header-display-desktop { padding-right: 70px !important ; display : flex !important ; } .header-display-mobile { display : none; } .header-burger { display : none; } .header-nav { display : flex !important ; } .header-nav { display : flex !important ; flex : 70% !important ; justify-content : flex-end; } Which padding? Can you take a screenshot? Email me if you have need any help (free, of course.). Answer within 24 hours. Or send to forum message Contact Customer Care - Learn CSS - Buy me a coffee (thank you!)
Recommended Posts
Archived
This topic is now archived and is closed to further replies.