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

    Hi guys,
    can you please advise how to vertically align an image with the text in the “Phone number or small text” area.

    Here is a link to the site http://ascendaccounting.com.au/. At the moment its aligning to the baseline.

    Regards.
    Miles

    #249063

    Hey Miles!

    Try adding this code to the Quick CSS:

    .phone-info img {
        position: relative;
        top: 9px;
    }

    Cheers! 
    Josue

    #249459

    Many thanks Josue,
    that worked perfectly.
    Cheers.
    Miles

Viewing 3 posts - 1 through 3 (of 3 total)
  • The topic ‘Vertical align an image with text in phone number area’ is closed to new replies.