Home › Forums › All Other Themes › Movers & Packers – Lines concatenated
- This topic has 3 replies, 3 voices, and was last updated 6 years, 8 months ago by
Forum Moderator.
Viewing 4 posts - 1 through 4 (of 4 total)
-
AuthorPosts
-
September 26, 2016 at 12:08 pm #47612
I’m using Movers & Packers
I entered info for address1 and address2 in the Footer Tab. These items appear in a box in the footer, but instead of showing up on separate lines, they are concatenated, and appear on the same line.
How do I get the two fields to be on separate lines, and why doesn’t the “Contact Title” field show up as the title for this content in the footer?September 26, 2016 at 1:27 pm #47630Okay kindly show us the website URL will try to solve it.
Regards,
ShriSeptember 26, 2016 at 3:41 pm #47647The URL is www.yorkscdems.org
September 27, 2016 at 6:30 am #47699Hi Clifford,
Kindly go to Appearance>>Widget>>Footer top 3 widget
Drag and drop text widget in footer top 3 widget and add the html code there.
<div class="column1"> <i class="fa fa-map-marker"></i> <div class="seprate-column"> <strong>Address</strong> Mover & Packers 10 Down Street, Hunterdon, United States </div> </div> <div class="column1 column2"> <i class="fa fa-phone"></i> <div class="seprate-column"> <strong>Call Us</strong> <a href="tel:+10 2234567890">+10 2234567890</a><br> <a href="tel:+10 1123456789">+10 1123456789</a></div> </div> <div class="column1"> <i class="fa fa-envelope"></i> <div class="seprate-column"> <strong>Email Us</strong> <a href="mailto:[email protected]">[email protected]</a> <br> <a href="mailto:[email protected]">[email protected]</a></div> </div> <div class="clear"></div>
Regards,
Dave -
AuthorPosts
Viewing 4 posts - 1 through 4 (of 4 total)
- You must be logged in to reply to this topic.