Contact Address

Discussion in 'Infoway WordPress Theme' started by btesnar, Apr 25, 2013.

Thread Status:
Not open for further replies.
  1. btesnar

    btesnar New Member

    Joined:
    Mar 7, 2013
    Messages:
    12
    Likes Received:
    0
    I used the following code to remove the phone icon -
    .header .contactinfo img {
    display: none;
    }

    There is still space before the address " 20545 Riverwood Ave.". How do I remove that space to align the street address with the city, state?

    http://new.opendoorchurch.net/zaktest/
     
  2. Gourav

    Gourav Support Staff

    Joined:
    Oct 19, 2012
    Messages:
    7,728
    Likes Received:
    207
    Go to
    Appearance > Theme Option > General Settings > Top Right Contact Details

    and remove break tag
    Code:
    <br>
    between the address.


    This will solve your issue.
     
  3. btesnar

    btesnar New Member

    Joined:
    Mar 7, 2013
    Messages:
    12
    Likes Received:
    0
    Gourav, unfortunately, that didn't solve the issue (if I understood you correctly). The space that I'm referring to is present where the phone icon used to be. It appears to be one or two spaces before the 20545. I removed the <br> tag as you suggested, and that just made the address all run together.

    When I view the page source, I see approximately 4 nbsp tags that could be the cause...
     
  4. Gourav

    Gourav Support Staff

    Joined:
    Oct 19, 2012
    Messages:
    7,728
    Likes Received:
    207
    Go to header.php present in your theme directory and remove the code given below

    Code:
    <img src="<?php echo get_template_directory_uri(); ?>/images/mobile-icon.png" alt="Contact Info" />&nbsp;&nbsp;&nbsp;&nbsp;
    Sending image for reference

    [​IMG]

    This will solve your issue.
     
  5. btesnar

    btesnar New Member

    Joined:
    Mar 7, 2013
    Messages:
    12
    Likes Received:
    0
    Thank you. That worked successfully.
     
Thread Status:
Not open for further replies.

Share This Page