Hi, I see your theme automatically adds the flags to the top bar but we dont want this, we have lots of languages so prefer the neatness of the dropdown, is there a way to make the dropdown show in the topbar? Many Thanks
Hi mrlreynolds!
Do you mind creating a temporary admin login and posting it here privately?
Cheers!
Yigit
Hi!
1) Please copy header.php file to your child themes folder and refer to Peter’s post here https://kriesi.at/support/topic/wpml-flags-of-fixed-menu-with-social-icons-as-dropdown/#post-130278
2) If you want only menu to be fixed, it has to be moved to the top of the page.
3) Please add following code to Quick CSS in Enfold theme options under Styling tab
.bottom_nav_header.social_header #header_main .container { height: 120px; }
Cheers!
Yigit
Hey!
1) Changes are done. Please review your website.
2) Please add following code to Quick CSS in Enfold theme options under Styling tab
#header {
position: fixed; }
Best regards,
Yigit
Hey!
Please add following code to Quick CSS as well
#top .sub_menu li ul { left: 0; top: 31px; box-shadow: none; -webkit-box-shadow: none; border-style: none; }
#top .sub_menu li li a { width: 130%; padding: 6px 9px; }
Best regards,
Yigit
Hey!
Please add following code to Quick CSS as well
#top .sub_menu li ul { top: 28px; }
Best regards,
Yigit