Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • #1006726

    Hi,

    I have a problem. Social icons don´t appear into mobile header.

    I try with this cod (Quick CSS)

    @media only screen and (max-width: 479px) {
    ul.social_bookmarks {
    display:block !important;
    }
    }

    This code work fine, but the logo, burger menu and social icons are very constrained.
    It´s possible placed social icons below logo.

    I hope help me. Best regards

    #1006748

    Hey kikosanchezestudio,

    Could you please give us a link to your website, we need more context to be able to help you.

    Best regards,
    Victoria

    #1006750

    Sorry, this is the website:

    best regards

    #1006990

    Hi kikosanchezestudio,

    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: 479px) {
      .responsive #top #wrap_all #main .av-logo-container .social_bookmarks {
          display: block;
      }
    }
    

    If you need further assistance please let us know.

    Best regards,
    Victoria

    #1007108

    Thank you Victoria, the code work fine, but mi question are if I can placed this social icon below logo, but but the logo + burger menu + social icons are very constrained in one line.

    I attached screenshot. Best regards

    https://www.dropbox.com/s/ti94s5non9zllri/captura.jpg?dl=0

    #1007676

    Hi,

    Unfortunately, it would require quite some time and customization of the theme to achieve this, so I am sorry to tell you that this is not covered by our support. However, if it’s really important for you to get this done, you can always hire a freelancer to do the job for you :)

    Best regards,
    Basilis

    #1008366

    ok, thank you. best regards

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