Movers & Packers – Lines concatenated

Home Forums All Other Themes Movers & Packers – Lines concatenated

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #47612
    CliffordClifford
    Member
    • Topics: 3
    • Replies: 3
    • Total: 6
    Member since: September 23, 2016

    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?

    #47630
    Sonnal S SinhaSonnal S Sinha
    Keymaster
    • Topics: 10
    • Replies: 6964
    • Total: 6974
    Member since: June 12, 2013

    Okay kindly show us the website URL will try to solve it.

    Regards,
    Shri

    #47647
    CliffordClifford
    Member
    • Topics: 3
    • Replies: 3
    • Total: 6
    Member since: September 23, 2016

    The URL is www.yorkscdems.org

    #47699
    Sonnal S SinhaSonnal S Sinha
    Moderator
    • Topics: 0
    • Replies: 30657
    • Total: 30657
    Member since: August 16, 2013

    Hi 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

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.