-
AuthorPosts
-
January 15, 2020 at 7:43 pm #1174651
Hello,
I don t see any social buttons when i visite my website (both mobile view and desktop view) https://www.boogbelastingen.nl on my smartphone (samsung 8+, android) .
Is this normal, or doesn t this theme show social icons on smartphones ? Or is this an error?
Kind regards,
Wout Boog
January 16, 2020 at 10:45 am #1174836Hey Wout,
They are hidden by default yes, if you want to show then on mobile then please try this in Quick CSS:
@media only screen and (max-width: 767px) { .responsive #top #header .social_bookmarks { display: block; } }
Make sure that you select to delete the old CSS and JS files under Enfold->Performance before checking the results.
Best regards,
RikardJanuary 26, 2020 at 2:52 pm #1178500Hello Rikard,
Thank you again for your reaction and solution.
Best regards,
Wout
January 27, 2020 at 12:28 pm #1178653Hi Wout,
Great, I’m glad that we could help you out. Please let us know if you should need any further help on the topic or if we can close it.
Best regards,
RikardJanuary 27, 2020 at 8:29 pm #1178777This reply has been marked as private.January 28, 2020 at 9:44 am #1178922Hi Wout,
I see your social icons on mobile on my end, did you try to load the page in an incognito/private window?
Best regards,
RikardJanuary 31, 2020 at 3:11 pm #1180278hello rikard,
i still don t see any social icons on my cellphone or the one of a collegaue of mine. he has an iphone.
kind regards,
wout boog
January 31, 2020 at 8:09 pm #1180391Hi boogbelastingen,
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: 989px) { .responsive #top #wrap_all #header #header_meta .social_bookmarks, .responsive #top #wrap_all #main .av-logo-container .social_bookmarks { display: block; } }
If you need further assistance please let us know.
Best regards,
VictoriaFebruary 1, 2020 at 2:47 pm #1180509Hi Victoria,
Thank you for your solution. The social icons are now visible on my smartphone.
Thank you again, you can close this topic.
Kind regards ,
Wout Boog
February 2, 2020 at 8:06 am #1180633 -
AuthorPosts
- The topic ‘social icons mobile version website’ is closed to new replies.