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

    Hello,

    On the mobile version of my site, the social icons were not displayed on the mobile version. I’ve managed to display them with :

    .responsive #top #header .social_bookmarks {
    display: block !important;

    But I don’t manage to have the on the right near the secondary menu (My account), like it is on the desktop version.
    Could u help me?

    Tx !!

    Marine

    #839622

    Hey Marine,

    Can you try using this css code:

    @media only screen and (max-width:767px) {
      .responsive #top #header .social_bookmarks {
        display: inline-block !important;
        width: auto;
      }
    }

    Hope this helps :)

    Best regards,
    Nikko

    #839625

    Perfect Nikko, tx !! You can close the issue :-)

    #839629

    Hi,

    Glad we could help. Thanks for using Enfold :)

    Best regards,
    Nikko

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘Top menu social icons on the right’ is closed to new replies.