Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #857551

    president75
    Participant

    Hello,

    I realized my site with X:

    http://www.home4life.it

    I made a contact form with CF7 and Convertplug. It works fine but I can not enter the image of my logo in the space marked with X in the Annex.

    Here is my code:

    <div class=”container”>
    <div class=”col-md-5″>
    <p style=”text-align: center;”><span style=”color: #c46709; font-family: Fredericka The Great; font-size: 45px;”>KEEP IN TOUCH</span>

    [contact-form-7 id=”3243″ title=”Modulo di contatto 1″]
    </div>
    <div style=”padding-right: 100px” class=”col-md-3″>
    <br>
    <br>
    <br> <span style=”color: #17d6c0; font-size: 50px; “</span><i class=”http://www.home4life.it/wp-content/uploads/2016/02/home4life2.png”></i></span>
    <p style=”text-align: center;”><span style=”color: #c46709; font-family: Fredericka The Great; font-size: 18px;”>LOCATE US</span>

    <p style=”text-align: center;”><span style=”font-family: Raleway; font-size: 16px;”> C.da Troiano III n° 5<br>64033 Bisenti (TE)</span>

    </div>
    </div>

    Where Am I wrong !?

    Thank you

    #857554

    president75
    Participant
    This reply has been marked as private.
    #858110

    Lely
    Moderator

    Hi There,

    Thank you for the credentials. Please use image element instead of icon. Try this code instead:

    
    <div class="container">
      <div class="col-md-5">
        <p style="text-align: center;"><span style="color: #c46709; font-family: Fredericka The Great; font-size: 45px;">KEEP IN TOUCH</span></p>
        [contact-form-7 id="3243" title="Modulo di contatto 1"] </div>
      <div style="padding-right: 100px" class="col-md-3">
        <p style="text-align: center;"><img src="http://www.home4life.it/wp-content/uploads/2016/02/home4life2.png"<span style="color: #c46709; font-family: Fredericka The Great; font-size: 18px;">LOCATE US</span></p>
        <p style="text-align: center;"><span style="font-family: Raleway; font-size: 16px;"> C.da Troiano III n° 5<br>
          64033 Bisenti (TE)</span></p>
      </div>
    </div>
    

    Hope this helps.

    #858597

    president75
    Participant

    Perfect!! Thank You Very Much

    😉

    #858712

    Paul R
    Moderator

    You’re welcome! 🙂