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

    Hi Support,
    Updated to 4.1 today and my social icons have disappeared in mobile/responsive view.

    Problem: Social media icons do not display. I lose them at 767 px
    I have performed the following.
    1) dumped W3 and local browser cache/temp files several times
    2) removed custom CSS and tested. Still not social icons.

    Here ‘s what I have in Quick CSS.
    #header_meta, #header_main {
    background: transparent;
    border: none!important;
    }
    .sub-menu {
    max-width:150px;
    }

    .avia-caption-title,.slideshow_caption .avia-caption-content p {
    background: transparent!important;
    }

    @media only screen and (max-width: 767px) {
    .phone-info span {
    color:black !important;
    }
    }

    #820722

    Hey Keith,

    Add the following to quick css:

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

    Best regards,
    Jordan Shannon

    #820754

    Hi Jordan,
    Works perfectly. Thank You!

    #820819

    Hi,

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

    Best regards,
    Nikko

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