Iv got my top bar activated and have social icons and a phone number on it.
The phone number font has been increased.
On mobile devices it centers the two and puts them on top of each other and takes up a lot of room.
Is there a way to put them beside eachother on mobile devices only?
Thanks
Hi paragonskydive,
Please try the following in Quick CSS under Enfold–>General Styling:
@media only screen and (max-width: 767px) {
.responsive .phone-info, .responsive #header .social_bookmarks {
width: 50% !important;
display: inline-block !important;
}
}
Regards,
Rikard
worked, perfectly. Thanks again!