The social icons are hidden in the mobile view from a width below 480px. How is it possible that the icons are already hidden at a width of 500px?
Hey MSchrauf,
So you want to hide them sooner? Please provide a link to your site so I can look into this further.
Best regards,
Jordan Shannon
Yes, I want to hide the Facebook icon sooner.
Hi,
Please provide a link to your site.
Best regards,
Jordan Shannon
Hi,
Add this to quick css:
@media only screen and (max-width: 767px) {
.social_bookmarks_facebook{
display:none!important;
}}
Best regards,
Jordan Shannon
Hi,
Add this to quick css as well:
@media only screen and (max-width: 767px) {
.avia-menu.av-main-nav-wrap.av_menu_icon_beside{
border-right:none!important;
margin-right:0px!important;
padding-right:0px!important;
}}
Best regards,
Jordan Shannon
works fine! Thanks!
Hi,
I’m glad I was able to help. If you need anything else, please let us know here in the forums.
Best regards,
Jordan Shannon