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
guys?
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
Wow, thank you very much. Is it possible that the social media profils are open in the App?
Update: only Facebbok is not open in the app
Hi mary301187,
No, this functionality is not available out of the box, unfortunately.
Best regards,
Victoria
OK, thank you Viktoria! You can close the topic
Hi mary301187,
Ok, I am closing this thread.
Best regards,
Victoria