Healing Touch contact page

Home Forums All Other Themes Healing Touch contact page

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #51328
    ChristianChristian
    Participant
    • Topics: 9
    • Replies: 7
    • Total: 16
    Member since: June 27, 2016

    How can I control the layout of the Contact Us page in Healing Touch? Here’s my page:

    http://downtownplasticsurgeryla.pageplanet.com/contact-us/

    I want to bring the address section up, so it is aligned with the top of the map.

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

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

    Add this code there:

    .sitefull { position:relative;}
    .contact_right { position:absolute; right:0; top:0;}

    @media screen and (max-width:1023px) {
    .contact_right { position:inherit;}
    .sitefull iframe { width:100%;}
    }

    Regards,
    Shri

    #51412
    ChristianChristian
    Participant
    • Topics: 9
    • Replies: 7
    • Total: 16
    Member since: June 27, 2016

    Thank you. Is there a way to adjust how far down the contact information is? I thought maybe I could put “top:50” to move it 50 pixels down but it moves it all the way down– where it was before the custom CSS went in.

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

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

    Add this code there:

    h3.widget-title { margin-bottom:50px;}

    Regards,
    Shri

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