Tagged: x
-
AuthorPosts
-
March 29, 2016 at 4:48 pm #857551
Hello,
I realized my site with X:
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
March 29, 2016 at 4:49 pm #857554This reply has been marked as private.March 29, 2016 at 11:58 pm #858110Hi 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.
March 30, 2016 at 7:02 am #858597Perfect!! Thank You Very Much
😉
March 30, 2016 at 8:14 am #858712You’re welcome! 🙂
-
AuthorPosts