On Enfold 3.6.1 in mobile view I would like to have social icons and phone number on the same top row instead of social icons on the top row and Phone number below.
Is there a Quick CSS to achieve this?
Thanks
Hi vrz!
Can you please post the link to your website so we can provide you an accurate custom CSS code?
Best regards,
Yigit
Please find all the info in Private Content.
Thank you
Hi,
Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child themes style.css file:
@media only screen and (max-width: 767px) {
.responsive #header .social_bookmarks, .responsive .phone-info {
width: 50%!important;
float: left;
clear: none;
margin: 0!important;
}}
Best regards,
Yigit
Perfect, it works great.
Thank you!