Viewing 9 posts - 1 through 9 (of 9 total)
  • Author
    Posts
  • #647366

    I have the social icons into the main header. But in responsive mode (tablets and cellphones) dont show
    can you help me?

    #647371

    Hey carmycurly,

    Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child themes style.css file:

    @media only screen and (max-width: 990px) {
    .responsive.html_mobile_menu_tablet #header_main .social_bookmarks {
        display: block !important;
    }}
    

    Best regards,
    Yigit

    #647374

    Hi Yigit!.. dont work
    Look at

    #647376

    Hi,

    Please flush browser cache and refresh your page a few times – http://wiki.scratch.mit.edu/wiki/Hard_Refresh
    They show up fine on my end :)

    Best regards,

    #647384

    look now, but its over the logo
    its possible to put social icons center ABOVE the logo?

    #647418

    Hi,

    The website don’t look like you have described and there is not enough space above the logo. In tablets or mobile device if you have to do this the header will take more real estate. If possible Would you mind posting us a screenshot/mockup of what you would like to achieve? You can upload the screenshot to imgur.com or dropbox and share the link here :)

    Best regards,
    Vinay

    #647439

    Look at this is where i want to show the social icons

    https://dl.dropboxusercontent.com/u/86433579/uala.jpg

    #647709

    Hi,

    Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child themes style.css file:

    @media only screen and (max-width: 990px) {
    .responsive.html_mobile_menu_tablet #header_main .social_bookmarks {   
        position: absolute;
        top: -30px;
        left: 50%;
        transform: translate(-50%);
        min-width: 300px;
    }
    .responsive #top #wrap_all #header {    
        min-height: 135px;
        padding-top: 30px;
    }}
    

    Best regards,
    Vinay

    #648208

    In this site:

    how to show the social icons ? in the same way

    • This reply was modified 8 years, 6 months ago by carmycurly. Reason: reopen ticket
Viewing 9 posts - 1 through 9 (of 9 total)
  • The topic ‘social icons dont show’ is closed to new replies.