In my extra elements section I have a phone icon before my phone number. There is a gap between the icon and phone number on all screen sizes until you pull up the site on the iPhone or iPad in portrait mode and it’s right up against the number. Is there a way to increase the space here so it looks like the gap between the email icon and email us section? Thank you!
Hi djshortkut!
Please add following code to Quick CSS
@media only screen and (max-width: 679px) {
.phone-info span.av-icon-char:nth-child(1) {
margin-right: 5px;
}}
Best regards,
Yigit
Awesome! Thank you so much!