Top Right Contact Issue

Discussion in 'Local Business WordPress Theme' started by frederickads, Sep 17, 2013.

  1. frederickads

    frederickads New Member

    Joined:
    Aug 13, 2013
    Messages:
    26
    Likes Received:
    0
    Hi, thank you for your nice themes.

    My client would like to have an image in the top right contact in stead of text. I inserted code for an image in the top righ contact field in theme options but it does not justify right and leaves a lot of space below the logo an to the right of image. Is there a fix for this?

    http://homerepairsdone.dreamhosters.com

    If not, how can change the font style of the top right contact and get the text to break on 4 lines like I have here in the top right image in the link above. . I tried inserting <p> tags but it did not work so I tried the image.

    Thanks in advance for your support.
     

    Attached Files:

  2. Nitesh

    Nitesh Support Staff

    Joined:
    Oct 19, 2012
    Messages:
    5,165
    Likes Received:
    160
    Hello,

    Paste this code in Custom CSS
    Appearance > Theme Option > Styling Option > Custom CSS


    Code:
    .alignnone {
    display: inline!important;
    }
    .call-us p {
    padding-bottom: 0px;
    margin-bottom: 0px;
    }
    .call-us p img {
    margin-bottom: 0px;
    }
    
     

Share This Page