Viewing 18 posts - 1 through 18 (of 18 total)
  • Author
    Posts
  • #274603

    I’m using the new feature to add social icons to main menu. When viewing at mobile size, the icons are not shown in the menu.. is there anything that can be done?

    #274611

    Hey evtilsley!

    Please add following code to Quick CSS in Enfold theme options under General Styling tab

    @media only screen and (max-width: 989px) { 
    .responsive .av_mobile_menu_tablet .main_menu {
    display: block;
    }
    div.avia-menu { display: none; }}

    Best regards,
    Yigit

    #274631

    hmmm cant see a change.. what should the different be shown?

    #274640

    Hi!

    Please add following code to Quick CSS instead

    @media only screen and (max-width: 990px) { 
    .responsive #header .main_menu ul {
    display: block !important;
    }
    .responsive.html_header_top.html_mobile_menu_tablet #header_main .social_bookmarks {
    right: 100%;
    }}
    @media only screen and (max-width: 767px) {
    .responsive.html_header_top #header_main .social_bookmarks {
    right: -10%;
    margin-top: 0;
    }}

    Regards,
    Yigit

    #274649

    Same again I’m afraid.. where should the icons display?

    #274656

    Hey!

    Between your logo and mobile menu. Do you mind creating a temporary admin login so i can take a look?

    Best regards,
    Yigit

    #274666

    Sure.. how do I make a temp login not done that before ?!

    #274679

    Hi!

    Please go to Users > Add New and simply add a new user with Administrator role and post the login details here privately. You can use (Email address hidden if logged out) for email address

    Cheers!
    Yigit

    #274688
    This reply has been marked as private.
    #274692

    Hey!

    Can you please post the login credentials here as well? In case i am not available, any other team member can help you

    Cheers!
    Yigit

    #275082
    This reply has been marked as private.
    #275083

    Hey!

    Login credentials are not working for me. Can you check once again?

    Best regards,
    Yigit

    #275095
    This reply has been marked as private.
    #275099

    Hey!

    Yes, it worked. Please flush browser cache and refresh your page a few times.

    Cheers!
    Yigit

    #275101

    I see them now :)
    The alignment isnt good..
    at desktop size they sit a lot lower than the menu text;
    at mobile size too high. (in Chrome).
    is there some code to allow a tweek?!
    Thanks :)

    #275103

    Hey!

    Please review it now. You can adjust the values in Quick CSS field

    Cheers!
    Yigit

    #275115

    once again, Yigit – LEGEND ! :)

    #275117

    Hey!

    You are welcome! We are always glad to help :) Let us know if you have any other questions or issues

    Regards,
    Yigit

Viewing 18 posts - 1 through 18 (of 18 total)
  • The topic ‘Social icons & mobile menu’ is closed to new replies.