Hey there,
i ve tried several codes i found here in the forum in order to get the social icons between logo and mobile menu.
Can you please have a look. Thank you very much!!!
Hey Tobiy,
Please try the following in Quick CSS under Enfold–>General Styling:
@media only screen and (max-width: 767px) {
ul.social_bookmarks {
position: absolute !important;
top: 45px !important;
}
}
Regards,
Rikard
Hi Rikard,
does not work.
Kind regards
Hi,
Please send us a temporary admin login so that we can have a closer look. You can post the details in the Private Content section of your reply.
Best regards,
Rikard
Hey Rikard,
attached. Thank you very much!!
Kind regards,
Tobiy
Hey!
I added following code to Functions.php file of your child theme in Appearance > Editor
function move_social_above(){
?>
<script>
jQuery(window).load(function(){
jQuery(".av-sidebar-social-container").insertBefore("nav.main_menu");
});
</script>
<?php
}
add_action('wp_footer', 'move_social_above');
Please review your website now :)
Best regards,
Yigit
Hey Yigit, cheers – this helps. But on mobile view the social icons are not between the logo and the menu.
I have a second questions. Hope its okay, if i put it here: If you go to the page via desktop view you can see the sub-headlines.
“Leistungen – What we do…”
On Google these subheadlines you can see are “LeistungenWhat we do”…Google cannot distinguish between the head and subheadline. How can i disable that only the headlines are shown.I face it in you photography demo too.
Hope you understand what i mean :-) If not please ask.
Thank you very much!
Kind regards