Tagged: 

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #1065170

    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

    #1065255

    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

    #1065348

    Thx a lot Nikko .. works just fine

    Cheers from Germany

    Axel

    #1065378

    Hi Axel,

    Glad that we could help you :)
    Thanks for using Enfold and have a great day!

    Best regards,
    Nikko

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘Hiding Social Icons container (Header)’ is closed to new replies.