Address / Email/ Phone in footer

Home Forums All Other Themes Address / Email/ Phone in footer

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #74664
    SandraSandra
    Participant
    • Topics: 17
    • Replies: 23
    • Total: 40
    Member since: February 26, 2017

    See the footer of http://engaged2perform.website/:

    • (1) I would like to resize the boxes for the address, phone number, and email so they are all the same height by reducing the width of the phone number and email boxes.
    • (2) The labels include a dash after the colon (Address: -). How do I remove the dash?

    Thanks for your help.

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

    Hi,

    Kindly go to Appearance>>Theme Options>>Basic Settings>>Custom CSS Box:

    Add this code there:

    .footer-top .column1:nth-child(3n+3), .footer-top .column1.column2 { width:25% !important;}
    .footer-top .column1 { width:37%;}
    .footer-top strong::after { display:none !important;}

    Regards,
    Chris

    #75130
    SandraSandra
    Participant
    • Topics: 17
    • Replies: 23
    • Total: 40
    Member since: February 26, 2017

    Thank you very much!

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

    🙂

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