Developing a new site here:
http://globalgrowthnetworks.com (site will be secure soon by the way still is http for just the moment)
You can see the social icons are beneath the menu, do you have a css hack to move them atop the menu instead?
Thanks
Hey tonyiatridis,
Try this CSS in your Enfold Theme Options ▸ General Styling ▸ Quick CSS field:
#top .inner-container {
display: flex !important;
flex-wrap: wrap !important;
}
#top .logo.avia-standard-logo {
order: 1 !important;
}
#top .av-sidebar-social-container {
order: 2 !important;
border-bottom: 1px solid #e1e1e1;
border-right: 1px solid #e1e1e1;
}
#top nav.main_menu {
order: 3 !important;
}
After applying the css, please clear your browser cache and check.
Best regards,
Mike
Excellent! Now how do I get the social icons to appear on the mobile version as well? Thanks so much.