Hi there,
Two days ago I updated the theme to the latest version. Now, I realised that when I shrink the website or I watch it on mobile phones or tablets the social media icons on the top bar disappear.
I have tried different CCS but I haven´t got them to come out.
Could you help me with this?
Best Regards
Hey hectorvm,
Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child theme’s style.css file:
@media only screen and (max-width: 767px) {
.responsive #top #header .social_bookmarks {
display: block!important;
}}
Best regards,
Yigit
Thanks Yigit for your very quick answer ,
Just one more questiont. Would it be possible to put it all in two rows?
Now I have:
1- Social Media Icons
2- Log in, my account and FAQs
3- Call us:….
I would like to have all that in two rows
1- Social media icons and Call us…
2- Log in, my account….
Would this be possible?
Thanks a lot!!
Hi,
Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child theme’s style.css file:
@media only screen and (max-width: 767px) {
.phone-info {
max-width: 150px;
}
.responsive #top #header .social_bookmarks {
max-width: 130px;
}}
Best regards,
Yigit
