Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #1407536

    Hi Support Team

    i would like to add a widget (with adress and 2 links) on the movile menu. i have allready create the widget, but i did not now how to add?

    #1407537

    the name of the widget is ‘mobile menu’

    All the best,
    Pascal

    #1407918

    Hi Support Team, is this not possible or stupid question?

    All the best,
    Pascal

    #1408088

    Hi,
    Thank you for your patience, I saw your widget area with your name and address and the text below it with the three links, and as I understood you wanted this to show in your mobile menu below the other menu items. I thought the best way would be to add these as menu items, so I added your name, email, address to one custom menu item and made the link your mailto email link and added line breaks between the items. I thought you would like this text to be a little smaller to distinguish it from the other menu items. I also added the other three links below it and three separate menu items. Then I added this css to your Enfold Theme Options ▸ General Styling ▸ Quick CSS field

    @media only screen and (max-width: 767px) { 
    	#av-burger-menu-ul .menu-item-22286 .avia-menu-text,
    	#av-burger-menu-ul .menu-item-22287 .avia-menu-text,
    	#av-burger-menu-ul .menu-item-22288 .avia-menu-text,
    	#av-burger-menu-ul .menu-item-22289 .avia-menu-text {
    		font-size: 18px;
            line-height: 18px;
            display: inline-block;
    	}
        .html_av-overlay-full #top #wrap_all #av-burger-menu-ul .menu-item-22287,
    	.html_av-overlay-full #top #wrap_all #av-burger-menu-ul .menu-item-22288,
    	.html_av-overlay-full #top #wrap_all #av-burger-menu-ul .menu-item-22289 {
            line-height: 18px;
            padding: 0;
    	}
    }
    @media only screen and (min-width: 768px) { 
    	#top #wrap_all #avia-menu #menu-item-22286,
    	#top #wrap_all #avia-menu #menu-item-22287,
    	#top #wrap_all #avia-menu #menu-item-22288,
    	#top #wrap_all #avia-menu #menu-item-22289 {
            display: none;
    	}
    }

    this will hide this on desktop and show on mobile, please clear your browser cache and check and let us know if this is what you had in mind.
    Please see the screenshot in the Private Content area.

    Best regards,
    Mike

    #1408405

    Hello Mike,
    Thanky your for your top work, this is good alternative, what i orignal ask for.
    How can i align the text of #av-burger-menu-ul left?

    All the best,
    Pascal

    #1408407

    Hi,
    Glad to hear, try this CSS in your Enfold Theme Options ▸ General Styling ▸ Quick CSS field:

    @media only screen and (max-width: 767px) { 
    #top #av-burger-menu-ul {
        text-align: justify;
    }
    #top #av-burger-menu-ul .avia-menu-text {
    	padding-left: 20%;
    }
    }

    After applying the css, please clear your browser cache and check.

    Best regards,
    Mike

    #1408435

    Hello Mike,
    Thanky you, it works perfect.
    All the best,
    Pascal

    #1408444

    Hi Pascal,

    I’m glad that Mike could help you :)
    Thanks for using Enfold and have a great day!

    Best regards,
    Nikko

Viewing 8 posts - 1 through 8 (of 8 total)
  • The topic ‘Add a widget on a mobile menu at the button’ is closed to new replies.