-
AuthorPosts
-
June 4, 2014 at 5:56 pm #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?
June 4, 2014 at 6:09 pm #274611Hey 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,
YigitJune 4, 2014 at 6:35 pm #274631hmmm cant see a change.. what should the different be shown?
June 4, 2014 at 6:46 pm #274640Hi!
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,
YigitJune 4, 2014 at 7:01 pm #274649Same again I’m afraid.. where should the icons display?
June 4, 2014 at 7:07 pm #274656Hey!
Between your logo and mobile menu. Do you mind creating a temporary admin login so i can take a look?
Best regards,
YigitJune 4, 2014 at 7:13 pm #274666Sure.. how do I make a temp login not done that before ?!
June 4, 2014 at 7:23 pm #274679Hi!
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!
YigitJune 4, 2014 at 7:31 pm #274688This reply has been marked as private.June 4, 2014 at 7:34 pm #274692Hey!
Can you please post the login credentials here as well? In case i am not available, any other team member can help you
Cheers!
YigitJune 5, 2014 at 12:47 pm #275082This reply has been marked as private.June 5, 2014 at 12:52 pm #275083Hey!
Login credentials are not working for me. Can you check once again?
Best regards,
YigitJune 5, 2014 at 1:12 pm #275095This reply has been marked as private.June 5, 2014 at 1:19 pm #275099Hey!
Yes, it worked. Please flush browser cache and refresh your page a few times.
Cheers!
YigitJune 5, 2014 at 1:25 pm #275101I 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 :)June 5, 2014 at 1:31 pm #275103Hey!
Please review it now. You can adjust the values in Quick CSS field
Cheers!
YigitJune 5, 2014 at 1:47 pm #275115once again, Yigit – LEGEND ! :)
June 5, 2014 at 1:48 pm #275117 -
AuthorPosts
- The topic ‘Social icons & mobile menu’ is closed to new replies.