Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #380568

    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!

    #380940

    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

    #381050

    Awesome! Thank you so much!

Viewing 3 posts - 1 through 3 (of 3 total)
  • The topic ‘Extra Elements Section’ is closed to new replies.