Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #1269520

    hello
    I have a problem, with social sharing icons on mobile. On the desktop version the icons are present next to the hamburger menu, but on the mobile version the icons disappear, how can I make it stay?
    thanks for your help
    my web site arianegrayhubert.com

    #1269660

    Hey poplin,

    Here is the code you can put in Enfold > General Styling > Quick Css,  if it does not work, put into themes/enfold/css/custom.css

    
    @media only screen and (max-width: 767px) {
      .responsive .logo img {
          width: 55%;
      }
      .responsive #top #wrap_all #header .social_bookmarks,
       .responsive #top #wrap_all #main .av-logo-container .social_bookmarks {
        display: block;
       }
    }
    
    

    But there is no room really for the social icons in this case.

    If you need further assistance please let us know.

    Best regards,
    Victoria

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.