Viewing 10 posts - 1 through 10 (of 10 total)
  • Author
    Posts
  • #942662

    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?

    #942664

    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

    #942666

    Yes, I want to hide the Facebook icon sooner.

    #942668

    Hi,

    Please provide a link to your site.

    Best regards,
    Jordan Shannon

    #942669
    This reply has been marked as private.
    #942678

    Hi,

    Add this to quick css:

    @media only screen and (max-width: 767px)  {
    .social_bookmarks_facebook{
    display:none!important;
    }}

    Best regards,
    Jordan Shannon

    #942705
    This reply has been marked as private.
    #942841

    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

    #944106

    works fine! Thanks!

    #944217

    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

Viewing 10 posts - 1 through 10 (of 10 total)
  • The topic ‘Hide social icons in mobile view’ is closed to new replies.