Viewing 12 posts - 1 through 12 (of 12 total)
  • Author
    Posts
  • #906405

    Hiya, I’m pulling my hair out, I can’t find any solutions that work. The social icons appear perfectly on a desk top but disappear on a mobile. So appreciate help, many thanks

    #906408

    Hey kazzijazz,

    I logged in but was not able to view anything. Can you give us admin rights so we can access the pages?

    Best regards,
    Jordan Shannon

    #906748
    This reply has been marked as private.
    #907165

    Hi,

    Thanks for the login details. Please try the following in Quick CSS under Enfold->General Styling:

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

    Best regards,
    Rikard

    #907256
    This reply has been marked as private.
    #907378

    Hi,

    The phone number looks to be in the middle? Do you mean that you want the phone number and social icons on the same line?

    Best regards,
    Rikard

    #907407
    This reply has been marked as private.
    #907466

    Hi kazzijazz,

    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: 990px) {
      .responsive.html_mobile_menu_tablet .phone-info {
        float: right;
        width: 50%;
        clear: none;
        text-align: center;
      }
    }
    

    If you need further assistance please let us know.

    Best regards,
    Victoria

    #907498
    This reply has been marked as private.
    #907711

    Hi,

    Thank you for the info. Please add the following css code.

    @media only screen and (max-width: 767px) {
      .responsive .phone-info {
          float: none;
          width: 100%;
          clear: both;
          text-align: right;
          top: 0;
          position: absolute;
      }
    
      .responsive #header .social_bookmarks {
          padding-bottom: 2px;
          width: 100%;
          text-align: left;
          height: auto;
          line-height: 0.8em;
          margin: 0;
          padding-left: 0;
      }
    }

    Best regards,
    Ismael

    #908592
    This reply has been marked as private.
    #908648

    Hi,

    Glad that Ismael helped you. Thanks for using Enfold :)

    Best regards,
    Nikko

Viewing 12 posts - 1 through 12 (of 12 total)
  • The topic ‘Social Icons disappearing on a mobile display in top bar at the right’ is closed to new replies.