Tagged: social icons
Hello there,
I don’t want to have social icons displayed in the header for sizes below desktop and been succuessful in doing so. Only problem .. the box/container which holds the icons is still being displayed for some sizes like iphone landscape (portrait it’s fine) or ipad both portrait and landscape.
Any help woukld be much appreciated on this
Cheers
Axel
Hey Apachee,
Can you try to add this css code in Quick CSS (located in Enfold > General Styling):
@media only screen and (max-width:1024px) {
#top .av_header_glassy.av_header_transparency .avia-menu.av_menu_icon_beside {
border: none;
margin-right: 0;
padding-right: 0;
}
}
Best regards,
Nikko
Thx a lot Nikko .. works just fine
Cheers from Germany
Axel
Hi Axel,
Glad that we could help you :)
Thanks for using Enfold and have a great day!
Best regards,
Nikko