Hiya, I’m pulling my hair out, I can’t find any solutions that work. The social icons appear perfectly on a desk top but disappear on a mobile. So appreciate help, many thanks
Hey kazzijazz,
I logged in but was not able to view anything. Can you give us admin rights so we can access the pages?
Best regards,
Jordan Shannon
Hi,
Thanks for the login details. Please try the following in Quick CSS under Enfold->General Styling:
@media only screen and (max-width: 989px) {
#header_meta .social_bookmarks {
display: block !important;
}
}
Best regards,
Rikard
Hi,
The phone number looks to be in the middle? Do you mean that you want the phone number and social icons on the same line?
Best regards,
Rikard
Hi kazzijazz,
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: 990px) {
.responsive.html_mobile_menu_tablet .phone-info {
float: right;
width: 50%;
clear: none;
text-align: center;
}
}
If you need further assistance please let us know.
Best regards,
Victoria
Hi,
Thank you for the info. Please add the following css code.
@media only screen and (max-width: 767px) {
.responsive .phone-info {
float: none;
width: 100%;
clear: both;
text-align: right;
top: 0;
position: absolute;
}
.responsive #header .social_bookmarks {
padding-bottom: 2px;
width: 100%;
text-align: left;
height: auto;
line-height: 0.8em;
margin: 0;
padding-left: 0;
}
}
Best regards,
Ismael
Hi,
Glad that Ismael helped you. Thanks for using Enfold :)
Best regards,
Nikko