Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #1139656

    Hello my dears,

    Please check my website. I would like to have the social media icons in the mobile version below over the image. So not under the picture, but over the picture but down the screen.

    How can I get that? My icon code you see at private.

    Thank you so much

    #1139902

    guys?

    #1140530

    Hi,
    Sorry for the late reply, thanks for the login, I found some misplaced brackets in your Quick CSS and I corrected, I also found this css hiding your social icons for mobile, I was not sure if you want to keep this so I left it:

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

    I was able to override it and show your social icons for mobile with this css:

    @media only screen and (max-width: 479px){
    .responsive #top #wrap_all #header .social_bookmarks {
    	display: block !important;
    	margin-top: 20vh !important;
    	margin-right: 8vw !important; 
    }
    }

    Please see the screenshot in Private Content area.
    Please clear your browser cache and check.
    If you want the icons to show after 479px, please remove your other css.

    Best regards,
    Mike

    #1140984

    Wow, thank you very much. Is it possible that the social media profils are open in the App?

    #1140993

    Update: only Facebbok is not open in the app

    #1141105

    Hi mary301187,

    No, this functionality is not available out of the box, unfortunately.

    Best regards,
    Victoria

    #1142231

    OK, thank you Viktoria! You can close the topic

    #1142373

    Hi mary301187,

    Ok, I am closing this thread.

    Best regards,
    Victoria

Viewing 8 posts - 1 through 8 (of 8 total)
  • The topic ‘Social media Icons in Text’ is closed to new replies.