Tagged: border, footer, separator, social media icons, socket
Hi.
i want to add social media icons to the socket.
i tried to add the
”
$social_args = array(‘outside’=>’ul’, ‘inside’=>’li’, ‘append’ => ”);
echo avia_social_media_icons($social_args);
”
above the:
”
wp_nav_menu($args);
echo “</nav>”;
”
on the “footer.php”.
but it’s on above the menu and like it to be on the same line.
when i insert it below it, it disables the hyperlinks from the socket footer menu.
i want to place it in the middle of the copyright and the socket menu.
i also like to have the social media icons with spaces but without borders / separators.
how can it be done?
BTW: i can’t share a link for the website because it’s under constructions….so its offline right now.
Thanks!
Ben
Hi bendosda!
Please post login details here privately so we can take a look.
Best regards,
Yigit
Hey!
Seems like you figured it out since i can click on social icons and footer menu. On mobile, they are overlapping. You can choose to hide either menu or social icons.
Please add following code to Quick CSS if you would like to hide menu
@media only screen and (max-width: 990px) {
#socket .sub_menu_socket { display: none; }}
and following code if you would like to hide social icons
@media only screen and (max-width: 990px) {
#socket .social_bookmarks { display: none; }}
Best regards,
Yigit
Hey!
Thank you for using the theme.
@Palvarini: How did the developer add the social icons? Please post the website URL here. We would like to check it.
Regards,
Ismael